#3F0F6D

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

Shades of Persian Indigo #3F0F6D

Tints of Persian Indigo #3F0F6D

Color information

#3F0F6D (or 0x3F0F6D) is unknown color: approx Persian Indigo. HEX triplet: 3F, 0F and 6D. RGB value is (63,15,109). Sum of RGB (Red+Green+Blue) = 63+15+109=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F0F6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0F6D is #C0F092. Grayscale: #272727. Windows color (decimal): -12644499 or 7147327. OLE color: 7147327.

HSL color Cylindrical-coordinate representation of color #3F0F6D: hue angle of 270.64º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F0F6D is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6315109-
CMYK0.420.8600.57
HSL270.64º75.81%24.31%-
HSV(B)270.64º86.24%42.75%-
XYZ4.982.514.69-
YUV40.07166.9144.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.69%
GREEN value IS 15 (6.25% from 255) = 8.02%
BLUE value IS 109 (42.97% from 255) = 58.29%
R=33.69%
G=8.02%
B=58.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63151090.420.8600.57270.6475.8124.31
Hex3FF6D2A5603910f4c18
Octal77171555212607141711430
Binary1111111111110110110101010101100111001100001111100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,15,109); }

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

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

 a { background-color: rgb(63,15,109); }

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

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

 span { border-color: rgb(63,15,109); }

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