#3F0E9B

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

Shades of Persian Indigo #3F0E9B

Tints of Persian Indigo #3F0E9B

Color information

#3F0E9B (or 0x3F0E9B) is unknown color: approx Persian Indigo. HEX triplet: 3F, 0E and 9B. RGB value is (63,14,155). Sum of RGB (Red+Green+Blue) = 63+14+155=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F0E9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0E9B is #C0F164. Grayscale: #2C2C2C. Windows color (decimal): -12644709 or 10161727. OLE color: 10161727.

HSL color Cylindrical-coordinate representation of color #3F0E9B: hue angle of 260.85º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F0E9B is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6314155-
CMYK0.590.9100.39
HSL260.85º83.43%33.14%-
HSV(B)260.85º90.97%60.78%-
XYZ8.123.7431.3-
YUV44.72190.23141.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.16%
GREEN value IS 14 (5.86% from 255) = 6.03%
BLUE value IS 155 (60.94% from 255) = 66.81%
R=27.16%
G=6.03%
B=66.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal63141550.590.9100.39260.8583.4333.14
Hex3FE9B3B5B0271055321
Octal77162337313304740512341
Binary111111111010011011111011101101101001111000001011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,14,155); }

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

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

 a { background-color: rgb(63,14,155); }

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

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

 span { border-color: rgb(63,14,155); }

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