Html Css Color HEX #600895 Indigo

📋 copy color: '#600895'

red 96 ◦ green 8 ◦ blue 149

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

Shades of Indigo #600895

Tints of Indigo #600895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.89%

R = 37.94%
G = 3.16%
B = 58.89%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#600895 (or 0x600895) is known color: Indigo. HEX triplet: 60, 08 and 95. RGB value is (96,8,149). Sum of RGB (Red+Green+Blue) = 96+8+149=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #600895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600895 is #9FF76A. Grayscale: #313131. Windows color (decimal): -10483563 or 9767008. OLE color: 9767008.

HSL color Cylindrical-coordinate representation of color #600895: hue angle of 277.45º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600895 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 8 149 -
CMYK 0.36 0.95 0 0.42
HSL 277.45º 0.9% 0.31% -
HSV(B) 277.45º 0.95% 0.58% -
XYZ 10.34 4.83 28.82 -
YUV 50.39 183.65 160.54 -
System Red Green Blue C M Y K H S L
Decimal 96 8 149 0.36 0.95 0 0.42 277.45 0.9 0.31
Hex 60 8 95 24 5F 0 2A 115 5A 1F
Octal 140 10 225 44 137 0 52 425 132 37
Binary 1100000 1000 10010101 100100 1011111 0 101010 100010101 1011010 11111

Color Harmonies of #600895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600895

Black with #600895

Text Example


Text Example

White with #600895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600895; }

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

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

background-color css

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

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

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

border-color css

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

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

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