Html Css Color HEX #530091 Indigo

📋 copy color: '#530091'

red 83 ◦ green 0 ◦ blue 145

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

Shades of Indigo #530091

Tints of Indigo #530091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.4%
G = 0%
B = 63.6%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#530091 (or 0x530091) is known color: Indigo. HEX triplet: 53, 00 and 91. RGB value is (83,0,145). Sum of RGB (Red+Green+Blue) = 83+0+145=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 145 (57.03% from 255 or 63.60% from 228); Max value from RGB is 145 - color contains mainly: blue. Hex color #530091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530091 is #ACFF6E. Grayscale: #282828. Windows color (decimal): -11337583 or 9502803. OLE color: 9502803.

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

Color convert

RGB 83 0 145 -
CMYK 0.43 1 0 0.43
HSL 274.34º 1% 0.28% -
HSV(B) 274.34º 1% 0.57% -
XYZ 8.68 3.88 27.08 -
YUV 41.35 186.5 157.71 -
System Red Green Blue C M Y K H S L
Decimal 83 0 145 0.43 1 0 0.43 274.34 1 0.28
Hex 53 0 91 2B 64 0 2B 112 64 1C
Octal 123 0 221 53 144 0 53 422 144 34
Binary 1010011 0 10010001 101011 1100100 0 101011 100010010 1100100 11100

Color Harmonies of #530091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530091

Black with #530091

Text Example


Text Example

White with #530091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530091; }

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

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

background-color css

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

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

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

border-color css

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

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

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