Html Css Color HEX #60059B Indigo

📋 copy color: '#60059B'

red 96 ◦ green 5 ◦ blue 155

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

Shades of Indigo #60059B

Tints of Indigo #60059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 155 (60.94% from 255) = 60.55%

R = 37.5%
G = 1.95%
B = 60.55%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60059B (or 0x60059B) is known color: Indigo. HEX triplet: 60, 05 and 9B. RGB value is (96,5,155). Sum of RGB (Red+Green+Blue) = 96+5+155=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #60059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60059B is #9FFA64. Grayscale: #303030. Windows color (decimal): -10484325 or 10159456. OLE color: 10159456.

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

Color convert

RGB 96 5 155 -
CMYK 0.38 0.97 0 0.39
HSL 276.4º 0.94% 0.31% -
HSV(B) 276.4º 0.97% 0.61% -
XYZ 10.79 4.96 31.4 -
YUV 49.31 187.65 161.3 -
System Red Green Blue C M Y K H S L
Decimal 96 5 155 0.38 0.97 0 0.39 276.4 0.94 0.31
Hex 60 5 9B 26 61 0 27 114 5E 1F
Octal 140 5 233 46 141 0 47 424 136 37
Binary 1100000 101 10011011 100110 1100001 0 100111 100010100 1011110 11111

Color Harmonies of #60059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60059B

Black with #60059B

Text Example


Text Example

White with #60059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60059B; }

 p { color: rgb(96,5,155); }

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

background-color css

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

 a { background-color: rgb(96,5,155); }

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

border-color css

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

 span { border-color: rgb(96,5,155); }

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