Html Css Color HEX #530895 Indigo

📋 copy color: '#530895'

red 83 ◦ green 8 ◦ blue 149

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

Shades of Indigo #530895

Tints of Indigo #530895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 62.08%

R = 34.58%
G = 3.33%
B = 62.08%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#530895 (or 0x530895) is known color: Indigo. HEX triplet: 53, 08 and 95. RGB value is (83,8,149). Sum of RGB (Red+Green+Blue) = 83+8+149=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #530895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530895 is #ACF76A. Grayscale: #2E2E2E. Windows color (decimal): -11335531 or 9766995. OLE color: 9766995.

HSL color Cylindrical-coordinate representation of color #530895: hue angle of 271.91º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530895 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 8 149 -
CMYK 0.44 0.95 0 0.42
HSL 271.91º 0.9% 0.31% -
HSV(B) 271.91º 0.95% 0.58% -
XYZ 9.08 4.18 28.76 -
YUV 46.5 185.85 154.04 -
System Red Green Blue C M Y K H S L
Decimal 83 8 149 0.44 0.95 0 0.42 271.91 0.9 0.31
Hex 53 8 95 2C 5F 0 2A 110 5A 1F
Octal 123 10 225 54 137 0 52 420 132 37
Binary 1010011 1000 10010101 101100 1011111 0 101010 100010000 1011010 11111

Color Harmonies of #530895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530895

Black with #530895

Text Example


Text Example

White with #530895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530895; }

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

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

background-color css

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

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

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

border-color css

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

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

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