Html Css Color HEX #530287 Indigo

📋 copy color: '#530287'

red 83 ◦ green 2 ◦ blue 135

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

Shades of Indigo #530287

Tints of Indigo #530287

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

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

R = 37.73%
G = 0.91%
B = 61.36%

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

#530287 (or 0x530287) is known color: Indigo. HEX triplet: 53, 02 and 87. RGB value is (83,2,135). Sum of RGB (Red+Green+Blue) = 83+2+135=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 135 (53.12% from 255 or 61.36% from 220); Max value from RGB is 135 - color contains mainly: blue. Hex color #530287 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530287 is #ACFD78. Grayscale: #282828. Windows color (decimal): -11337081 or 8847955. OLE color: 8847955.

HSL color Cylindrical-coordinate representation of color #530287: hue angle of 276.54º degrees, saturation: 0.97, 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 #530287 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 2 135 -
CMYK 0.39 0.99 0 0.47
HSL 276.54º 0.97% 0.27% -
HSV(B) 276.54º 0.99% 0.53% -
XYZ 7.96 3.63 23.2 -
YUV 41.38 180.84 157.69 -
System Red Green Blue C M Y K H S L
Decimal 83 2 135 0.39 0.99 0 0.47 276.54 0.97 0.27
Hex 53 2 87 27 63 0 2F 115 61 1B
Octal 123 2 207 47 143 0 57 425 141 33
Binary 1010011 10 10000111 100111 1100011 0 101111 100010101 1100001 11011

Color Harmonies of #530287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530287

Black with #530287

Text Example


Text Example

White with #530287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530287; }

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

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

background-color css

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

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

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

border-color css

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

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

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