#2F1388

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

Shades of Persian Indigo #2F1388

Tints of Persian Indigo #2F1388

Color information

#2F1388 (or 0x2F1388) is unknown color: approx Persian Indigo. HEX triplet: 2F, 13 and 88. RGB value is (47,19,136). Sum of RGB (Red+Green+Blue) = 47+19+136=202 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.27% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 136 (53.52% from 255 or 67.33% from 202); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F1388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1388 is #D0EC77. Grayscale: #282828. Windows color (decimal): -13692024 or 8917807. OLE color: 8917807.

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

Color convert

RGB4719136-
CMYK0.650.8600.47
HSL254.36º75.48%30.39%-
HSV(B)254.36º86.03%53.33%-
XYZ5.852.8523.53-
YUV40.71181.78132.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.27%
GREEN value IS 19 (7.81% from 255) = 9.41%
BLUE value IS 136 (53.52% from 255) = 67.33%
R=23.27%
G=9.41%
B=67.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47191360.650.8600.47254.3675.4830.39
Hex2F1388415602Ffe4b1e
Octal572321010112605737611336
Binary101111100111000100010000011010110010111111111110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,19,136); }

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

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

 a { background-color: rgb(47,19,136); }

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

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

 span { border-color: rgb(47,19,136); }

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