#2F1FC6

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

Shades of Persian Blue #2F1FC6

Tints of Persian Blue #2F1FC6

Color information

#2F1FC6 (or 0x2F1FC6) is unknown color: approx Persian Blue. HEX triplet: 2F, 1F and C6. RGB value is (47,31,198). Sum of RGB (Red+Green+Blue) = 47+31+198=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 198 (77.73% from 255 or 71.74% from 276); Max value from RGB is 198 - color contains mainly: blue. Hex color #2F1FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F1FC6 is #D0E039. Grayscale: #363636. Windows color (decimal): -13688890 or 12984111. OLE color: 12984111.

HSL color Cylindrical-coordinate representation of color #2F1FC6: hue angle of 245.75º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F1FC6 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4731198-
CMYK0.760.8400.22
HSL245.75º72.93%44.9%-
HSV(B)245.75º84.34%77.65%-
XYZ11.865.6653.89-
YUV54.82208.8122.42-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.03%
GREEN value IS 31 (12.5% from 255) = 11.23%
BLUE value IS 198 (77.73% from 255) = 71.74%
R=17.03%
G=11.23%
B=71.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal47311980.760.8400.22245.7572.9344.9
Hex2F1FC64C54016f6492d
Octal573730611412402636611155
Binary101111111111100011010011001010100010110111101101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,31,198); }

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

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

 a { background-color: rgb(47,31,198); }

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

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

 span { border-color: rgb(47,31,198); }

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