#3F0375

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

Shades of Indigo #3F0375

Tints of Indigo #3F0375

Color information

#3F0375 (or 0x3F0375) is unknown color: approx Indigo. HEX triplet: 3F, 03 and 75. RGB value is (63,3,117). Sum of RGB (Red+Green+Blue) = 63+3+117=183 (24% of max value = 765). Red value is 63 (25% from 255 or 34.43% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F0375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0375 is #C0FC8A. Grayscale: #212121. Windows color (decimal): -12647563 or 7668543. OLE color: 7668543.

HSL color Cylindrical-coordinate representation of color #3F0375: hue angle of 271.58º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0375 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB633117-
CMYK0.460.9700.54
HSL271.58º95%23.53%-
HSV(B)271.58º97.44%45.88%-
XYZ5.292.4117.02-
YUV33.94174.88148.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.43%
GREEN value IS 3 (1.56% from 255) = 1.64%
BLUE value IS 117 (46.09% from 255) = 63.93%
R=34.43%
G=1.64%
B=63.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6331170.460.9700.54271.589523.53
Hex3F3752E610361105f18
Octal7731655614106642013730
Binary11111111111010110111011000010110110100010000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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