Html Css Color HEX #530891 Indigo

📋 copy color: '#530891'

red 83 ◦ green 8 ◦ blue 145

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

Shades of Indigo #530891

Tints of Indigo #530891

RGB

 RED value IS 83 (32.81% from 255) = 35.17%

 GREEN value IS 8 (3.52% from 255) = 3.39%

 BLUE value IS 145 (57.03% from 255) = 61.44%

R = 35.17%
G = 3.39%
B = 61.44%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#530891 (or 0x530891) is known color: Indigo. HEX triplet: 53, 08 and 91. RGB value is (83,8,145). Sum of RGB (Red+Green+Blue) = 83+8+145=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #530891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530891 is #ACF76E. Grayscale: #2D2D2D. Windows color (decimal): -11335535 or 9504851. OLE color: 9504851.

HSL color Cylindrical-coordinate representation of color #530891: hue angle of 272.85º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530891 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 8 145 -
CMYK 0.43 0.94 0 0.43
HSL 272.85º 0.9% 0.3% -
HSV(B) 272.85º 0.94% 0.57% -
XYZ 8.76 4.06 27.11 -
YUV 46.04 183.85 154.36 -
System Red Green Blue C M Y K H S L
Decimal 83 8 145 0.43 0.94 0 0.43 272.85 0.9 0.3
Hex 53 8 91 2B 5E 0 2B 111 5A 1E
Octal 123 10 221 53 136 0 53 421 132 36
Binary 1010011 1000 10010001 101011 1011110 0 101011 100010001 1011010 11110

Color Harmonies of #530891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530891

Black with #530891

Text Example


Text Example

White with #530891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530891; }

 p { color: rgb(83,8,145); }

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

background-color css

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

 a { background-color: rgb(83,8,145); }

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

border-color css

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

 span { border-color: rgb(83,8,145); }

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