#3F0594

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

Shades of Indigo #3F0594

Tints of Indigo #3F0594

Color information

#3F0594 (or 0x3F0594) is unknown color: approx Indigo. HEX triplet: 3F, 05 and 94. RGB value is (63,5,148). Sum of RGB (Red+Green+Blue) = 63+5+148=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #3F0594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0594 is #C0FA6B. Grayscale: #262626. Windows color (decimal): -12647020 or 9700671. OLE color: 9700671.

HSL color Cylindrical-coordinate representation of color #3F0594: hue angle of 264.34º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0594 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB635148-
CMYK0.570.9700.42
HSL264.34º93.46%30%-
HSV(B)264.34º96.62%58.04%-
XYZ7.453.328.26-
YUV38.64189.72145.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.17%
GREEN value IS 5 (2.34% from 255) = 2.31%
BLUE value IS 148 (58.20% from 255) = 68.52%
R=29.17%
G=2.31%
B=68.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6351480.570.9700.42264.3493.4630
Hex3F594396102A1085d1e
Octal7752247114105241013536
Binary1111111011001010011100111000010101010100001000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,5,148); }

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

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

 a { background-color: rgb(63,5,148); }

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

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

 span { border-color: rgb(63,5,148); }

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