Html Css Color HEX #600093 Indigo

📋 copy color: '#600093'

red 96 ◦ green 0 ◦ blue 147

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

Shades of Indigo #600093

Tints of Indigo #600093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.51%
G = 0%
B = 60.49%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#600093 (or 0x600093) is known color: Indigo. HEX triplet: 60, 00 and 93. RGB value is (96,0,147). Sum of RGB (Red+Green+Blue) = 96+0+147=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 147 (57.81% from 255 or 60.49% from 243); Max value from RGB is 147 - color contains mainly: blue. Hex color #600093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600093 is #9FFF6C. Grayscale: #2C2C2C. Windows color (decimal): -10485613 or 9633888. OLE color: 9633888.

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

Color convert

RGB 96 0 147 -
CMYK 0.35 1 0 0.42
HSL 279.18º 1% 0.29% -
HSV(B) 279.18º 1% 0.58% -
XYZ 10.09 4.59 27.96 -
YUV 45.46 185.3 164.05 -
System Red Green Blue C M Y K H S L
Decimal 96 0 147 0.35 1 0 0.42 279.18 1 0.29
Hex 60 0 93 23 64 0 2A 117 64 1D
Octal 140 0 223 43 144 0 52 427 144 35
Binary 1100000 0 10010011 100011 1100100 0 101010 100010111 1100100 11101

Color Harmonies of #600093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600093

Black with #600093

Text Example


Text Example

White with #600093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600093; }

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

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

background-color css

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

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

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

border-color css

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

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

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