#3F187C

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

Shades of Persian Indigo #3F187C

Tints of Persian Indigo #3F187C

Color information

#3F187C (or 0x3F187C) is unknown color: approx Persian Indigo. HEX triplet: 3F, 18 and 7C. RGB value is (63,24,124). Sum of RGB (Red+Green+Blue) = 63+24+124=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F187C is #C0E783. Grayscale: #2E2E2E. Windows color (decimal): -12642180 or 8132671. OLE color: 8132671.

HSL color Cylindrical-coordinate representation of color #3F187C: hue angle of 263.4º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F187C is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6324124-
CMYK0.490.8100.51
HSL263.4º67.57%29.02%-
HSV(B)263.4º80.65%48.63%-
XYZ6.013.1719.36-
YUV47.06171.42139.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.86%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 124 (48.83% from 255) = 58.77%
R=29.86%
G=11.37%
B=58.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63241240.490.8100.51263.467.5729.02
Hex3F187C3151033107441d
Octal77301746112106340710435
Binary11111111000111110011000110100010110011100000111100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F187C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,24,124); }

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

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

 a { background-color: rgb(63,24,124); }

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

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

 span { border-color: rgb(63,24,124); }

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