Html Css Color HEX #60009F Indigo

📋 copy color: '#60009F'

red 96 ◦ green 0 ◦ blue 159

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

Shades of Indigo #60009F

Tints of Indigo #60009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 62.35%

R = 37.65%
G = 0%
B = 62.35%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60009F (or 0x60009F) is known color: Indigo. HEX triplet: 60, 00 and 9F. RGB value is (96,0,159). Sum of RGB (Red+Green+Blue) = 96+0+159=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #60009F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60009F is #9FFF60. Grayscale: #2E2E2E. Windows color (decimal): -10485601 or 10420320. OLE color: 10420320.

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

Color convert

RGB 96 0 159 -
CMYK 0.40 1 0 0.38
HSL 276.23º 1% 0.31% -
HSV(B) 276.23º 1% 0.62% -
XYZ 11.08 4.99 33.18 -
YUV 46.83 191.3 163.07 -
System Red Green Blue C M Y K H S L
Decimal 96 0 159 0.40 1 0 0.38 276.23 1 0.31
Hex 60 0 9F 28 64 0 26 114 64 1F
Octal 140 0 237 50 144 0 46 424 144 37
Binary 1100000 0 10011111 101000 1100100 0 100110 100010100 1100100 11111

Color Harmonies of #60009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60009F

Black with #60009F

Text Example


Text Example

White with #60009F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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