Html Css Color HEX #600293 Indigo

📋 copy color: '#600293'

red 96 ◦ green 2 ◦ blue 147

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

Shades of Indigo #600293

Tints of Indigo #600293

RGB

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

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

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

R = 39.18%
G = 0.82%
B = 60%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#600293 (or 0x600293) is known color: Indigo. HEX triplet: 60, 02 and 93. RGB value is (96,2,147). Sum of RGB (Red+Green+Blue) = 96+2+147=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #600293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600293 is #9FFD6C. Grayscale: #2E2E2E. Windows color (decimal): -10485101 or 9634400. OLE color: 9634400.

HSL color Cylindrical-coordinate representation of color #600293: hue angle of 278.9º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600293 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 2 147 -
CMYK 0.35 0.99 0 0.42
HSL 278.9º 0.97% 0.29% -
HSV(B) 278.9º 0.99% 0.58% -
XYZ 10.11 4.64 27.97 -
YUV 46.64 184.64 163.21 -
System Red Green Blue C M Y K H S L
Decimal 96 2 147 0.35 0.99 0 0.42 278.9 0.97 0.29
Hex 60 2 93 23 63 0 2A 117 61 1D
Octal 140 2 223 43 143 0 52 427 141 35
Binary 1100000 10 10010011 100011 1100011 0 101010 100010111 1100001 11101

Color Harmonies of #600293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600293

Black with #600293

Text Example


Text Example

White with #600293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600293; }

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

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

background-color css

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

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

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

border-color css

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

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

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