#3F0470

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

Shades of Indigo #3F0470

Tints of Indigo #3F0470

Color information

#3F0470 (or 0x3F0470) is unknown color: approx Indigo. HEX triplet: 3F, 04 and 70. RGB value is (63,4,112). Sum of RGB (Red+Green+Blue) = 63+4+112=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #3F0470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0470 is #C0FB8F. Grayscale: #212121. Windows color (decimal): -12647312 or 7341119. OLE color: 7341119.

HSL color Cylindrical-coordinate representation of color #3F0470: hue angle of 272.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F0470 is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB634112-
CMYK0.440.9600.56
HSL272.78º93.1%22.75%-
HSV(B)272.78º96.43%43.92%-
XYZ5.022.3115.51-
YUV33.95172.05148.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.20%
GREEN value IS 4 (1.95% from 255) = 2.23%
BLUE value IS 112 (44.14% from 255) = 62.57%
R=35.20%
G=2.23%
B=62.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6341120.440.9600.56272.7893.122.75
Hex3F4702C600381115d17
Octal7741605414007042113527
Binary111111100111000010110011000000111000100010001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,4,112); }

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

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

 a { background-color: rgb(63,4,112); }

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

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

 span { border-color: rgb(63,4,112); }

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