Html Css Color HEX #600C93 Indigo

📋 copy color: '#600C93'

red 96 ◦ green 12 ◦ blue 147

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

Shades of Indigo #600C93

Tints of Indigo #600C93

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.71%

 BLUE value IS 147 (57.81% from 255) = 57.65%

R = 37.65%
G = 4.71%
B = 57.65%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#600C93 (or 0x600C93) is known color: Indigo. HEX triplet: 60, 0C and 93. RGB value is (96,12,147). Sum of RGB (Red+Green+Blue) = 96+12+147=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #600C93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600C93 is #9FF36C. Grayscale: #343434. Windows color (decimal): -10482541 or 9636960. OLE color: 9636960.

HSL color Cylindrical-coordinate representation of color #600C93: hue angle of 277.33º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600C93 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 12 147 -
CMYK 0.35 0.92 0 0.42
HSL 277.33º 0.85% 0.31% -
HSV(B) 277.33º 0.92% 0.58% -
XYZ 10.22 4.86 28 -
YUV 52.51 181.33 159.02 -
System Red Green Blue C M Y K H S L
Decimal 96 12 147 0.35 0.92 0 0.42 277.33 0.85 0.31
Hex 60 C 93 23 5C 0 2A 115 55 1F
Octal 140 14 223 43 134 0 52 425 125 37
Binary 1100000 1100 10010011 100011 1011100 0 101010 100010101 1010101 11111

Color Harmonies of #600C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600C93

Black with #600C93

Text Example


Text Example

White with #600C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600C93; }

 p { color: rgb(96,12,147); }

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

background-color css

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

 a { background-color: rgb(96,12,147); }

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

border-color css

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

 span { border-color: rgb(96,12,147); }

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