Html Css Color HEX #60009B Indigo

📋 copy color: '#60009B'

red 96 ◦ green 0 ◦ blue 155

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

Shades of Indigo #60009B

Tints of Indigo #60009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.25%
G = 0%
B = 61.75%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60009B (or 0x60009B) is known color: Indigo. HEX triplet: 60, 00 and 9B. RGB value is (96,0,155). Sum of RGB (Red+Green+Blue) = 96+0+155=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #60009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60009B is #9FFF64. Grayscale: #2D2D2D. Windows color (decimal): -10485605 or 10158176. OLE color: 10158176.

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

Color convert

RGB 96 0 155 -
CMYK 0.38 1 0 0.39
HSL 277.16º 1% 0.3% -
HSV(B) 277.16º 1% 0.61% -
XYZ 10.74 4.85 31.38 -
YUV 46.37 189.3 163.4 -
System Red Green Blue C M Y K H S L
Decimal 96 0 155 0.38 1 0 0.39 277.16 1 0.3
Hex 60 0 9B 26 64 0 27 115 64 1E
Octal 140 0 233 46 144 0 47 425 144 36
Binary 1100000 0 10011011 100110 1100100 0 100111 100010101 1100100 11110

Color Harmonies of #60009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60009B

Black with #60009B

Text Example


Text Example

White with #60009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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