#3F158A

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

Shades of Persian Indigo #3F158A

Tints of Persian Indigo #3F158A

Color information

#3F158A (or 0x3F158A) is unknown color: approx Persian Indigo. HEX triplet: 3F, 15 and 8A. RGB value is (63,21,138). Sum of RGB (Red+Green+Blue) = 63+21+138=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F158A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F158A is #C0EA75. Grayscale: #2E2E2E. Windows color (decimal): -12642934 or 9049407. OLE color: 9049407.

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

Color convert

RGB6321138-
CMYK0.540.8500.46
HSL261.54º73.58%31.18%-
HSV(B)261.54º84.78%54.12%-
XYZ6.913.4324.34-
YUV46.9179.41139.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.38%
GREEN value IS 21 (8.59% from 255) = 9.46%
BLUE value IS 138 (54.30% from 255) = 62.16%
R=28.38%
G=9.46%
B=62.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal63211380.540.8500.46261.5473.5831.18
Hex3F158A365502E1064a1f
Octal77252126612505640611237
Binary111111101011000101011011010101010101110100000110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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