Html Css Color HEX #60189C Indigo

📋 copy color: '#60189C'

red 96 ◦ green 24 ◦ blue 156

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

Shades of Indigo #60189C

Tints of Indigo #60189C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.7%

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

R = 34.78%
G = 8.7%
B = 56.52%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60189C (or 0x60189C) is known color: Indigo. HEX triplet: 60, 18 and 9C. RGB value is (96,24,156). Sum of RGB (Red+Green+Blue) = 96+24+156=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #60189C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60189C is #9FE763. Grayscale: #3C3C3C. Windows color (decimal): -10479460 or 10229856. OLE color: 10229856.

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

Color convert

RGB 96 24 156 -
CMYK 0.38 0.85 0 0.39
HSL 272.73º 0.73% 0.35% -
HSV(B) 272.73º 0.85% 0.61% -
XYZ 11.15 5.54 31.93 -
YUV 60.58 181.85 153.27 -
System Red Green Blue C M Y K H S L
Decimal 96 24 156 0.38 0.85 0 0.39 272.73 0.73 0.35
Hex 60 18 9C 26 55 0 27 111 49 23
Octal 140 30 234 46 125 0 47 421 111 43
Binary 1100000 11000 10011100 100110 1010101 0 100111 100010001 1001001 100011

Color Harmonies of #60189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60189C

Black with #60189C

Text Example


Text Example

White with #60189C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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