Html Css Color HEX #60089E Indigo

📋 copy color: '#60089E'

red 96 ◦ green 8 ◦ blue 158

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

Shades of Indigo #60089E

Tints of Indigo #60089E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.05%

 BLUE value IS 158 (62.11% from 255) = 60.31%

R = 36.64%
G = 3.05%
B = 60.31%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60089E (or 0x60089E) is known color: Indigo. HEX triplet: 60, 08 and 9E. RGB value is (96,8,158). Sum of RGB (Red+Green+Blue) = 96+8+158=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #60089E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60089E is #9FF761. Grayscale: #323232. Windows color (decimal): -10483554 or 10356832. OLE color: 10356832.

HSL color Cylindrical-coordinate representation of color #60089E: hue angle of 275.2º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60089E is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 8 158 -
CMYK 0.39 0.95 0 0.38
HSL 275.2º 0.9% 0.33% -
HSV(B) 275.2º 0.95% 0.62% -
XYZ 11.08 5.13 32.75 -
YUV 51.41 188.15 159.8 -
System Red Green Blue C M Y K H S L
Decimal 96 8 158 0.39 0.95 0 0.38 275.2 0.9 0.33
Hex 60 8 9E 27 5F 0 26 113 5A 21
Octal 140 10 236 47 137 0 46 423 132 41
Binary 1100000 1000 10011110 100111 1011111 0 100110 100010011 1011010 100001

Color Harmonies of #60089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60089E

Black with #60089E

Text Example


Text Example

White with #60089E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60089E; }

 p { color: rgb(96,8,158); }

 H1.HeaderClassName
 {
   color: #60089E;
 }
 .AnyTagClassName
 {
   color: #60089E;
 }
</style>

background-color css

<style>
 a { background-color: #60089E; }

 a { background-color: rgb(96,8,158); }

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

border-color css

<style>
 span { border-color: #60089E; }

 span { border-color: rgb(96,8,158); }

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