#2F27DE

Color #2F27DE Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2F27DE

Tints of Persian Blue #2F27DE

Color information

#2F27DE (or 0x2F27DE) is unknown color: approx Persian Blue. HEX triplet: 2F, 27 and DE. RGB value is (47,39,222). Sum of RGB (Red+Green+Blue) = 47+39+222=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 222 (87.11% from 255 or 72.08% from 308); Max value from RGB is 222 - color contains mainly: blue. Hex color #2F27DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F27DE is #D0D821. Grayscale: #3D3D3D. Windows color (decimal): -13686818 or 14559023. OLE color: 14559023.

HSL color Cylindrical-coordinate representation of color #2F27DE: hue angle of 242.62º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F27DE is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4739222-
CMYK0.790.8200.13
HSL242.62º73.49%51.18%-
HSV(B)242.62º82.43%87.06%-
XYZ15.087.3369.73-
YUV62.25218.15117.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 15.26%
GREEN value IS 39 (15.62% from 255) = 12.66%
BLUE value IS 222 (87.11% from 255) = 72.08%
R=15.26%
G=12.66%
B=72.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal47392220.790.8200.13242.6273.4951.18
Hex2F27DE4F520Df34933
Octal574733611712201536311163
Binary101111100111110111101001111101001001101111100111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F27DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F27DE; }

 p { color: rgb(47,39,222); }

 H1.HeaderClassName
 {
   color: #2F27DE;
 }
 .AnyTagClassName
 {
   color: #2F27DE;
 }
</style>
background-color css

<style>
 a { background-color: #2F27DE; }

 a { background-color: rgb(47,39,222); }

 div.DivClassName
 {
   background-color: #2F27DE;
 }
 .BgClassName
 {
   background-color: #2F27DE;
 }
</style>
border-color css

<style>
 span { border-color: #2F27DE; }

 span { border-color: rgb(47,39,222); }

 td.TdClassName
 {
   border-color: #2F27DE;
 }
 .TagClassName
 {
   border-color: #2F27DE;
 }
</style>