Html Css Color HEX #56038F Indigo

📋 copy color: '#56038F'

red 86 ◦ green 3 ◦ blue 143

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

Shades of Indigo #56038F

Tints of Indigo #56038F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

 BLUE value IS 143 (56.25% from 255) = 61.64%

R = 37.07%
G = 1.29%
B = 61.64%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#56038F (or 0x56038F) is known color: Indigo. HEX triplet: 56, 03 and 8F. RGB value is (86,3,143). Sum of RGB (Red+Green+Blue) = 86+3+143=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 143 (56.25% from 255 or 61.64% from 232); Max value from RGB is 143 - color contains mainly: blue. Hex color #56038F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56038F is #A9FC70. Grayscale: #2B2B2B. Windows color (decimal): -11140209 or 9372502. OLE color: 9372502.

HSL color Cylindrical-coordinate representation of color #56038F: hue angle of 275.57º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #56038F is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 3 143 -
CMYK 0.40 0.98 0 0.44
HSL 275.57º 0.96% 0.29% -
HSV(B) 275.57º 0.98% 0.56% -
XYZ 8.83 4.03 26.3 -
YUV 43.78 184 158.12 -
System Red Green Blue C M Y K H S L
Decimal 86 3 143 0.40 0.98 0 0.44 275.57 0.96 0.29
Hex 56 3 8F 28 62 0 2C 114 60 1D
Octal 126 3 217 50 142 0 54 424 140 35
Binary 1010110 11 10001111 101000 1100010 0 101100 100010100 1100000 11101

Color Harmonies of #56038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56038F

Black with #56038F

Text Example


Text Example

White with #56038F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56038F; }

 p { color: rgb(86,3,143); }

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

background-color css

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

 a { background-color: rgb(86,3,143); }

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

border-color css

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

 span { border-color: rgb(86,3,143); }

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