#3F1C94

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

Shades of Persian Indigo #3F1C94

Tints of Persian Indigo #3F1C94

Color information

#3F1C94 (or 0x3F1C94) is unknown color: approx Persian Indigo. HEX triplet: 3F, 1C and 94. RGB value is (63,28,148). Sum of RGB (Red+Green+Blue) = 63+28+148=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #3F1C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F1C94 is #C0E36B. Grayscale: #333333. Windows color (decimal): -12641132 or 9706559. OLE color: 9706559.

HSL color Cylindrical-coordinate representation of color #3F1C94: hue angle of 257.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F1C94 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6328148-
CMYK0.570.8100.42
HSL257.5º68.18%34.51%-
HSV(B)257.5º81.08%58.04%-
XYZ7.814.0328.38-
YUV52.14182.1135.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.36%
GREEN value IS 28 (11.33% from 255) = 11.72%
BLUE value IS 148 (58.20% from 255) = 61.92%
R=26.36%
G=11.72%
B=61.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63281480.570.8100.42257.568.1834.51
Hex3F1C94395102A1024423
Octal77342247112105240210443
Binary1111111110010010100111001101000101010101000000101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,28,148); }

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

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

 a { background-color: rgb(63,28,148); }

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

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

 span { border-color: rgb(63,28,148); }

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