Html Css Color HEX #530187 Indigo

📋 copy color: '#530187'

red 83 ◦ green 1 ◦ blue 135

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

Shades of Indigo #530187

Tints of Indigo #530187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 135 (53.13% from 255) = 61.64%

R = 37.9%
G = 0.46%
B = 61.64%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#530187 (or 0x530187) is known color: Indigo. HEX triplet: 53, 01 and 87. RGB value is (83,1,135). Sum of RGB (Red+Green+Blue) = 83+1+135=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 135 (53.12% from 255 or 61.64% from 219); Max value from RGB is 135 - color contains mainly: blue. Hex color #530187 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530187 is #ACFE78. Grayscale: #282828. Windows color (decimal): -11337337 or 8847699. OLE color: 8847699.

HSL color Cylindrical-coordinate representation of color #530187: hue angle of 276.72º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530187 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 1 135 -
CMYK 0.39 0.99 0 0.47
HSL 276.72º 0.99% 0.27% -
HSV(B) 276.72º 0.99% 0.53% -
XYZ 7.95 3.61 23.2 -
YUV 40.79 181.17 158.1 -
System Red Green Blue C M Y K H S L
Decimal 83 1 135 0.39 0.99 0 0.47 276.72 0.99 0.27
Hex 53 1 87 27 63 0 2F 115 63 1B
Octal 123 1 207 47 143 0 57 425 143 33
Binary 1010011 1 10000111 100111 1100011 0 101111 100010101 1100011 11011

Color Harmonies of #530187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530187

Black with #530187

Text Example


Text Example

White with #530187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530187; }

 p { color: rgb(83,1,135); }

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

background-color css

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

 a { background-color: rgb(83,1,135); }

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

border-color css

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

 span { border-color: rgb(83,1,135); }

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