#2F2387

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

Shades of Persian Indigo #2F2387

Tints of Persian Indigo #2F2387

Color information

#2F2387 (or 0x2F2387) is unknown color: approx Persian Indigo. HEX triplet: 2F, 23 and 87. RGB value is (47,35,135). Sum of RGB (Red+Green+Blue) = 47+35+135=217 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.66% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 135 (53.12% from 255 or 62.21% from 217); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F2387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2387 is #D0DC78. Grayscale: #313131. Windows color (decimal): -13687929 or 8856367. OLE color: 8856367.

HSL color Cylindrical-coordinate representation of color #2F2387: hue angle of 247.2º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F2387 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4735135-
CMYK0.650.7400.47
HSL247.2º58.82%33.33%-
HSV(B)247.2º74.07%52.94%-
XYZ6.153.5623.28-
YUV49.99175.98125.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.66%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 135 (53.12% from 255) = 62.21%
R=21.66%
G=16.13%
B=62.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47351350.650.7400.47247.258.8233.33
Hex2F2387414A02Ff73b21
Octal57432071011120573677341
Binary1011111000111000011110000011001010010111111110111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,35,135); }

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

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

 a { background-color: rgb(47,35,135); }

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

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

 span { border-color: rgb(47,35,135); }

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