#3F035D

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

Shades of Indigo #3F035D

Tints of Indigo #3F035D

Color information

#3F035D (or 0x3F035D) is unknown color: approx Indigo. HEX triplet: 3F, 03 and 5D. RGB value is (63,3,93). Sum of RGB (Red+Green+Blue) = 63+3+93=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F035D is #C0FCA2. Grayscale: #1E1E1E. Windows color (decimal): -12647587 or 6095679. OLE color: 6095679.

HSL color Cylindrical-coordinate representation of color #3F035D: hue angle of 280º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F035D is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB63393-
CMYK0.320.9700.64
HSL280º93.75%18.82%-
HSV(B)280º96.77%36.47%-
XYZ4.061.9110.51-
YUV31.2162.88150.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.62%
GREEN value IS 3 (1.56% from 255) = 1.89%
BLUE value IS 93 (36.72% from 255) = 58.49%
R=39.62%
G=1.89%
B=58.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal633930.320.9700.6428093.7518.82
Hex3F35D20610401185e13
Octal77313540141010043013623
Binary111111111011101100000110000101000000100011000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,3,93); }

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

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

 a { background-color: rgb(63,3,93); }

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

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

 span { border-color: rgb(63,3,93); }

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