Html Css Color HEX #600795 Indigo

📋 copy color: '#600795'

red 96 ◦ green 7 ◦ blue 149

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

Shades of Indigo #600795

Tints of Indigo #600795

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.78%

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

R = 38.1%
G = 2.78%
B = 59.13%

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

#600795 (or 0x600795) is known color: Indigo. HEX triplet: 60, 07 and 95. RGB value is (96,7,149). Sum of RGB (Red+Green+Blue) = 96+7+149=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #600795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600795 is #9FF86A. Grayscale: #313131. Windows color (decimal): -10483819 or 9766752. OLE color: 9766752.

HSL color Cylindrical-coordinate representation of color #600795: hue angle of 277.61º degrees, saturation: 0.91, 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 #600795 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 7 149 -
CMYK 0.36 0.95 0 0.42
HSL 277.61º 0.91% 0.31% -
HSV(B) 277.61º 0.95% 0.58% -
XYZ 10.32 4.81 28.82 -
YUV 49.8 183.99 160.95 -
System Red Green Blue C M Y K H S L
Decimal 96 7 149 0.36 0.95 0 0.42 277.61 0.91 0.31
Hex 60 7 95 24 5F 0 2A 116 5B 1F
Octal 140 7 225 44 137 0 52 426 133 37
Binary 1100000 111 10010101 100100 1011111 0 101010 100010110 1011011 11111

Color Harmonies of #600795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600795

Black with #600795

Text Example


Text Example

White with #600795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600795; }

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

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

background-color css

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

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

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

border-color css

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

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

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