#3F177C

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

Shades of Persian Indigo #3F177C

Tints of Persian Indigo #3F177C

Color information

#3F177C (or 0x3F177C) is unknown color: approx Persian Indigo. HEX triplet: 3F, 17 and 7C. RGB value is (63,23,124). Sum of RGB (Red+Green+Blue) = 63+23+124=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F177C is #C0E883. Grayscale: #2E2E2E. Windows color (decimal): -12642436 or 8132415. OLE color: 8132415.

HSL color Cylindrical-coordinate representation of color #3F177C: hue angle of 263.76º degrees, saturation: 0.69, 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 #3F177C is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6323124-
CMYK0.490.8100.51
HSL263.76º68.71%28.82%-
HSV(B)263.76º81.45%48.63%-
XYZ5.993.1219.36-
YUV46.47171.75139.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30%
GREEN value IS 23 (9.38% from 255) = 10.95%
BLUE value IS 124 (48.83% from 255) = 59.05%
R=30%
G=10.95%
B=59.05%

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
Decimal63231240.490.8100.51263.7668.7128.82
Hex3F177C3151033108451d
Octal77271746112106341010535
Binary11111110111111110011000110100010110011100001000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F177C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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