Html Css Color HEX #600298 Indigo

📋 copy color: '#600298'

red 96 ◦ green 2 ◦ blue 152

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

Shades of Indigo #600298

Tints of Indigo #600298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 152 (59.77% from 255) = 60.8%

R = 38.4%
G = 0.8%
B = 60.8%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#600298 (or 0x600298) is known color: Indigo. HEX triplet: 60, 02 and 98. RGB value is (96,2,152). Sum of RGB (Red+Green+Blue) = 96+2+152=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #600298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600298 is #9FFD67. Grayscale: #2E2E2E. Windows color (decimal): -10485096 or 9962080. OLE color: 9962080.

HSL color Cylindrical-coordinate representation of color #600298: hue angle of 277.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600298 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 2 152 -
CMYK 0.37 0.99 0 0.40
HSL 277.6º 0.97% 0.3% -
HSV(B) 277.6º 0.99% 0.6% -
XYZ 10.51 4.8 30.08 -
YUV 47.21 187.14 162.8 -
System Red Green Blue C M Y K H S L
Decimal 96 2 152 0.37 0.99 0 0.40 277.6 0.97 0.3
Hex 60 2 98 25 63 0 28 116 61 1E
Octal 140 2 230 45 143 0 50 426 141 36
Binary 1100000 10 10011000 100101 1100011 0 101000 100010110 1100001 11110

Color Harmonies of #600298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600298

Black with #600298

Text Example


Text Example

White with #600298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600298; }

 p { color: rgb(96,2,152); }

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

background-color css

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

 a { background-color: rgb(96,2,152); }

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

border-color css

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

 span { border-color: rgb(96,2,152); }

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