#3F1588

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

Shades of Persian Indigo #3F1588

Tints of Persian Indigo #3F1588

Color information

#3F1588 (or 0x3F1588) is unknown color: approx Persian Indigo. HEX triplet: 3F, 15 and 88. RGB value is (63,21,136). Sum of RGB (Red+Green+Blue) = 63+21+136=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #3F1588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1588 is #C0EA77. Grayscale: #2E2E2E. Windows color (decimal): -12642936 or 8918335. OLE color: 8918335.

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

Color convert

RGB6321136-
CMYK0.540.8500.47
HSL261.91º73.25%30.78%-
HSV(B)261.91º84.56%53.33%-
XYZ6.763.3723.59-
YUV46.67178.41139.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.64%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 136 (53.52% from 255) = 61.82%
R=28.64%
G=9.55%
B=61.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63211360.540.8500.47261.9173.2530.78
Hex3F1588365502F106491f
Octal77252106612505740611137
Binary111111101011000100011011010101010101111100000110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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