Html Css Color HEX #60009C Indigo

📋 copy color: '#60009C'

red 96 ◦ green 0 ◦ blue 156

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

Shades of Indigo #60009C

Tints of Indigo #60009C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 156 (61.33% from 255) = 61.9%

R = 38.1%
G = 0%
B = 61.9%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60009C (or 0x60009C) is known color: Indigo. HEX triplet: 60, 00 and 9C. RGB value is (96,0,156). Sum of RGB (Red+Green+Blue) = 96+0+156=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #60009C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60009C is #9FFF63. Grayscale: #2D2D2D. Windows color (decimal): -10485604 or 10223712. OLE color: 10223712.

HSL color Cylindrical-coordinate representation of color #60009C: hue angle of 276.92º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60009C is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 0 156 -
CMYK 0.38 1 0 0.39
HSL 276.92º 1% 0.31% -
HSV(B) 276.92º 1% 0.61% -
XYZ 10.82 4.89 31.83 -
YUV 46.49 189.8 163.32 -
System Red Green Blue C M Y K H S L
Decimal 96 0 156 0.38 1 0 0.39 276.92 1 0.31
Hex 60 0 9C 26 64 0 27 115 64 1F
Octal 140 0 234 46 144 0 47 425 144 37
Binary 1100000 0 10011100 100110 1100100 0 100111 100010101 1100100 11111

Color Harmonies of #60009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60009C

Black with #60009C

Text Example


Text Example

White with #60009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60009C; }

 p { color: rgb(96,0,156); }

 H1.HeaderClassName
 {
   color: #60009C;
 }
 .AnyTagClassName
 {
   color: #60009C;
 }
</style>

background-color css

<style>
 a { background-color: #60009C; }

 a { background-color: rgb(96,0,156); }

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

border-color css

<style>
 span { border-color: #60009C; }

 span { border-color: rgb(96,0,156); }

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