#3F0B77

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

Shades of Persian Indigo #3F0B77

Tints of Persian Indigo #3F0B77

Color information

#3F0B77 (or 0x3F0B77) is unknown color: approx Persian Indigo. HEX triplet: 3F, 0B and 77. RGB value is (63,11,119). Sum of RGB (Red+Green+Blue) = 63+11+119=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 119 (46.88% from 255 or 61.66% from 193); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F0B77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0B77 is #C0F488. Grayscale: #262626. Windows color (decimal): -12645513 or 7801663. OLE color: 7801663.

HSL color Cylindrical-coordinate representation of color #3F0B77: hue angle of 268.89º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F0B77 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6311119-
CMYK0.470.9100.53
HSL268.89º83.08%25.49%-
HSV(B)268.89º90.76%46.67%-
XYZ5.52.6317.67-
YUV38.86173.23145.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.64%
GREEN value IS 11 (4.69% from 255) = 5.70%
BLUE value IS 119 (46.88% from 255) = 61.66%
R=32.64%
G=5.70%
B=61.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63111190.470.9100.53268.8983.0825.49
Hex3FB772F5B03510d5319
Octal77131675713306541512331
Binary1111111011111011110111110110110110101100001101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,11,119); }

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

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

 a { background-color: rgb(63,11,119); }

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

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

 span { border-color: rgb(63,11,119); }

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