Html Css Color HEX #600398 Indigo

📋 copy color: '#600398'

red 96 ◦ green 3 ◦ blue 152

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

Shades of Indigo #600398

Tints of Indigo #600398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 38.25%
G = 1.2%
B = 60.56%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#600398 (or 0x600398) is known color: Indigo. HEX triplet: 60, 03 and 98. RGB value is (96,3,152). Sum of RGB (Red+Green+Blue) = 96+3+152=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #600398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600398 is #9FFC67. Grayscale: #2F2F2F. Windows color (decimal): -10484840 or 9962336. OLE color: 9962336.

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

Color convert

RGB 96 3 152 -
CMYK 0.37 0.98 0 0.40
HSL 277.45º 0.96% 0.3% -
HSV(B) 277.45º 0.98% 0.6% -
XYZ 10.52 4.82 30.08 -
YUV 47.79 186.81 162.38 -
System Red Green Blue C M Y K H S L
Decimal 96 3 152 0.37 0.98 0 0.40 277.45 0.96 0.3
Hex 60 3 98 25 62 0 28 115 60 1E
Octal 140 3 230 45 142 0 50 425 140 36
Binary 1100000 11 10011000 100101 1100010 0 101000 100010101 1100000 11110

Color Harmonies of #600398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600398

Black with #600398

Text Example


Text Example

White with #600398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600398; }

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

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

background-color css

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

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

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

border-color css

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

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

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