Html Css Color HEX #560283 Indigo

📋 copy color: '#560283'

red 86 ◦ green 2 ◦ blue 131

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

Shades of Indigo #560283

Tints of Indigo #560283

RGB

 RED value IS 86 (33.98% from 255) = 39.27%

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

 BLUE value IS 131 (51.56% from 255) = 59.82%

R = 39.27%
G = 0.91%
B = 59.82%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#560283 (or 0x560283) is known color: Indigo. HEX triplet: 56, 02 and 83. RGB value is (86,2,131). Sum of RGB (Red+Green+Blue) = 86+2+131=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 131 (51.56% from 255 or 59.82% from 219); Max value from RGB is 131 - color contains mainly: blue. Hex color #560283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560283 is #A9FD7C. Grayscale: #292929. Windows color (decimal): -11140477 or 8585814. OLE color: 8585814.

HSL color Cylindrical-coordinate representation of color #560283: hue angle of 279.07º 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 #560283 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 2 131 -
CMYK 0.34 0.98 0 0.49
HSL 279.07º 0.97% 0.26% -
HSV(B) 279.07º 0.98% 0.51% -
XYZ 7.96 3.66 21.76 -
YUV 41.82 178.33 159.51 -
System Red Green Blue C M Y K H S L
Decimal 86 2 131 0.34 0.98 0 0.49 279.07 0.97 0.26
Hex 56 2 83 22 62 0 31 117 61 1A
Octal 126 2 203 42 142 0 61 427 141 32
Binary 1010110 10 10000011 100010 1100010 0 110001 100010111 1100001 11010

Color Harmonies of #560283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560283

Black with #560283

Text Example


Text Example

White with #560283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560283; }

 p { color: rgb(86,2,131); }

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

background-color css

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

 a { background-color: rgb(86,2,131); }

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

border-color css

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

 span { border-color: rgb(86,2,131); }

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