#2F1DC6

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

Shades of Persian Blue #2F1DC6

Tints of Persian Blue #2F1DC6

Color information

#2F1DC6 (or 0x2F1DC6) is unknown color: approx Persian Blue. HEX triplet: 2F, 1D and C6. RGB value is (47,29,198). Sum of RGB (Red+Green+Blue) = 47+29+198=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 198 (77.73% from 255 or 72.26% from 274); Max value from RGB is 198 - color contains mainly: blue. Hex color #2F1DC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F1DC6 is #D0E239. Grayscale: #343434. Windows color (decimal): -13689402 or 12983599. OLE color: 12983599.

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

Color convert

RGB4729198-
CMYK0.760.8500.22
HSL246.39º74.45%44.51%-
HSV(B)246.39º85.35%77.65%-
XYZ11.85.5653.88-
YUV53.65209.46123.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.15%
GREEN value IS 29 (11.72% from 255) = 10.58%
BLUE value IS 198 (77.73% from 255) = 72.26%
R=17.15%
G=10.58%
B=72.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal47291980.760.8500.22246.3974.4544.51
Hex2F1DC64C55016f64a2d
Octal573530611412502636611255
Binary101111111011100011010011001010101010110111101101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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