Html Css Color HEX #530882 Indigo

📋 copy color: '#530882'

red 83 ◦ green 8 ◦ blue 130

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

Shades of Indigo #530882

Tints of Indigo #530882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 58.82%

R = 37.56%
G = 3.62%
B = 58.82%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#530882 (or 0x530882) is known color: Indigo. HEX triplet: 53, 08 and 82. RGB value is (83,8,130). Sum of RGB (Red+Green+Blue) = 83+8+130=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #530882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530882 is #ACF77D. Grayscale: #2B2B2B. Windows color (decimal): -11335550 or 8521811. OLE color: 8521811.

HSL color Cylindrical-coordinate representation of color #530882: hue angle of 276.89º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530882 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 8 130 -
CMYK 0.36 0.94 0 0.49
HSL 276.89º 0.88% 0.27% -
HSV(B) 276.89º 0.94% 0.51% -
XYZ 7.68 3.62 21.41 -
YUV 44.33 176.35 155.58 -
System Red Green Blue C M Y K H S L
Decimal 83 8 130 0.36 0.94 0 0.49 276.89 0.88 0.27
Hex 53 8 82 24 5E 0 31 115 58 1B
Octal 123 10 202 44 136 0 61 425 130 33
Binary 1010011 1000 10000010 100100 1011110 0 110001 100010101 1011000 11011

Color Harmonies of #530882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530882

Black with #530882

Text Example


Text Example

White with #530882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530882; }

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

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

background-color css

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

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

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

border-color css

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

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

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