Html Css Color HEX #600D88 Indigo

📋 copy color: '#600D88'

red 96 ◦ green 13 ◦ blue 136

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

Shades of Indigo #600D88

Tints of Indigo #600D88

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.31%

 BLUE value IS 136 (53.52% from 255) = 55.51%

R = 39.18%
G = 5.31%
B = 55.51%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#600D88 (or 0x600D88) is known color: Indigo. HEX triplet: 60, 0D and 88. RGB value is (96,13,136). Sum of RGB (Red+Green+Blue) = 96+13+136=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #600D88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600D88 is #9FF277. Grayscale: #333333. Windows color (decimal): -10482296 or 8916320. OLE color: 8916320.

HSL color Cylindrical-coordinate representation of color #600D88: hue angle of 280.49º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600D88 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 13 136 -
CMYK 0.29 0.90 0 0.47
HSL 280.49º 0.83% 0.29% -
HSV(B) 280.49º 0.9% 0.53% -
XYZ 9.41 4.55 23.68 -
YUV 51.84 175.5 159.5 -
System Red Green Blue C M Y K H S L
Decimal 96 13 136 0.29 0.90 0 0.47 280.49 0.83 0.29
Hex 60 D 88 1D 5A 0 2F 118 53 1D
Octal 140 15 210 35 132 0 57 430 123 35
Binary 1100000 1101 10001000 11101 1011010 0 101111 100011000 1010011 11101

Color Harmonies of #600D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600D88

Black with #600D88

Text Example


Text Example

White with #600D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600D88; }

 p { color: rgb(96,13,136); }

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

background-color css

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

 a { background-color: rgb(96,13,136); }

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

border-color css

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

 span { border-color: rgb(96,13,136); }

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