#3F1288

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

Shades of Persian Indigo #3F1288

Tints of Persian Indigo #3F1288

Color information

#3F1288 (or 0x3F1288) is unknown color: approx Persian Indigo. HEX triplet: 3F, 12 and 88. RGB value is (63,18,136). Sum of RGB (Red+Green+Blue) = 63+18+136=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 136 (53.52% from 255 or 62.67% from 217); Max value from RGB is 136 - color contains mainly: blue. Hex color #3F1288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1288 is #C0ED77. Grayscale: #2C2C2C. Windows color (decimal): -12643704 or 8917567. OLE color: 8917567.

HSL color Cylindrical-coordinate representation of color #3F1288: hue angle of 262.88º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F1288 is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6318136-
CMYK0.540.8700.47
HSL262.88º76.62%30.2%-
HSV(B)262.88º86.76%53.33%-
XYZ6.713.2723.57-
YUV44.91179.41140.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.03%
GREEN value IS 18 (7.42% from 255) = 8.29%
BLUE value IS 136 (53.52% from 255) = 62.67%
R=29.03%
G=8.29%
B=62.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63181360.540.8700.47262.8876.6230.2
Hex3F1288365702F1074d1e
Octal77222106612705740711536
Binary111111100101000100011011010101110101111100000111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F1288; }

 p { color: rgb(63,18,136); }

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

<style>
 a { background-color: #3F1288; }

 a { background-color: rgb(63,18,136); }

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

<style>
 span { border-color: #3F1288; }

 span { border-color: rgb(63,18,136); }

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