Html Css Color HEX #600281 Indigo

📋 copy color: '#600281'

red 96 ◦ green 2 ◦ blue 129

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

Shades of Indigo #600281

Tints of Indigo #600281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 56.83%

R = 42.29%
G = 0.88%
B = 56.83%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#600281 (or 0x600281) is known color: Indigo. HEX triplet: 60, 02 and 81. RGB value is (96,2,129). Sum of RGB (Red+Green+Blue) = 96+2+129=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 129 (50.78% from 255 or 56.83% from 227); Max value from RGB is 129 - color contains mainly: blue. Hex color #600281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600281 is #9FFD7E. Grayscale: #2C2C2C. Windows color (decimal): -10485119 or 8454752. OLE color: 8454752.

HSL color Cylindrical-coordinate representation of color #600281: hue angle of 284.41º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #600281 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 2 129 -
CMYK 0.26 0.98 0 0.49
HSL 284.41º 0.97% 0.26% -
HSV(B) 284.41º 0.98% 0.51% -
XYZ 8.81 4.12 21.1 -
YUV 44.58 175.64 164.67 -
System Red Green Blue C M Y K H S L
Decimal 96 2 129 0.26 0.98 0 0.49 284.41 0.97 0.26
Hex 60 2 81 1A 62 0 31 11C 61 1A
Octal 140 2 201 32 142 0 61 434 141 32
Binary 1100000 10 10000001 11010 1100010 0 110001 100011100 1100001 11010

Color Harmonies of #600281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600281

Black with #600281

Text Example


Text Example

White with #600281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600281; }

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

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

background-color css

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

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

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

border-color css

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

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

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