Html Css Color HEX #600198 Indigo

📋 copy color: '#600198'

red 96 ◦ green 1 ◦ blue 152

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

Shades of Indigo #600198

Tints of Indigo #600198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 38.55%
G = 0.4%
B = 61.04%

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

#600198 (or 0x600198) is known color: Indigo. HEX triplet: 60, 01 and 98. RGB value is (96,1,152). Sum of RGB (Red+Green+Blue) = 96+1+152=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #600198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600198 is #9FFE67. Grayscale: #2E2E2E. Windows color (decimal): -10485352 or 9961824. OLE color: 9961824.

HSL color Cylindrical-coordinate representation of color #600198: hue angle of 277.75º degrees, saturation: 0.99, 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 #600198 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 1 152 -
CMYK 0.37 0.99 0 0.40
HSL 277.75º 0.99% 0.3% -
HSV(B) 277.75º 0.99% 0.6% -
XYZ 10.5 4.78 30.07 -
YUV 46.62 187.47 163.22 -
System Red Green Blue C M Y K H S L
Decimal 96 1 152 0.37 0.99 0 0.40 277.75 0.99 0.3
Hex 60 1 98 25 63 0 28 116 63 1E
Octal 140 1 230 45 143 0 50 426 143 36
Binary 1100000 1 10011000 100101 1100011 0 101000 100010110 1100011 11110

Color Harmonies of #600198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600198

Black with #600198

Text Example


Text Example

White with #600198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600198; }

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

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

background-color css

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

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

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

border-color css

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

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

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