Html Css Color HEX #60036F Indigo

📋 copy color: '#60036F'

red 96 ◦ green 3 ◦ blue 111

#60036F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #60036F

Tints of Indigo #60036F

RGB

 RED value IS 96 (37.89% from 255) = 45.71%

 GREEN value IS 3 (1.56% from 255) = 1.43%

 BLUE value IS 111 (43.75% from 255) = 52.86%

R = 45.71%
G = 1.43%
B = 52.86%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#60036F (or 0x60036F) is known color: Indigo. HEX triplet: 60, 03 and 6F. RGB value is (96,3,111). Sum of RGB (Red+Green+Blue) = 96+3+111=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #60036F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60036F is #9FFC90. Grayscale: #2A2A2A. Windows color (decimal): -10484881 or 7275360. OLE color: 7275360.

HSL color Cylindrical-coordinate representation of color #60036F: hue angle of 291.67º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60036F is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 3 111 -
CMYK 0.14 0.97 0 0.56
HSL 291.67º 0.95% 0.22% -
HSV(B) 291.67º 0.97% 0.44% -
XYZ 7.73 3.7 15.35 -
YUV 43.12 166.31 165.72 -
System Red Green Blue C M Y K H S L
Decimal 96 3 111 0.14 0.97 0 0.56 291.67 0.95 0.22
Hex 60 3 6F E 61 0 38 124 5F 16
Octal 140 3 157 16 141 0 70 444 137 26
Binary 1100000 11 1101111 1110 1100001 0 111000 100100100 1011111 10110

Color Harmonies of #60036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60036F

Black with #60036F

Text Example


Text Example

White with #60036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60036F; }

 p { color: rgb(96,3,111); }

 H1.HeaderClassName
 {
   color: #60036F;
 }
 .AnyTagClassName
 {
   color: #60036F;
 }
</style>

background-color css

<style>
 a { background-color: #60036F; }

 a { background-color: rgb(96,3,111); }

 div.DivClassName
 {
   background-color: #60036F;
 }
 .BgClassName
 {
   background-color: #60036F;
 }
</style>

border-color css

<style>
 span { border-color: #60036F; }

 span { border-color: rgb(96,3,111); }

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