Html Css Color HEX #530285 Indigo

📋 copy color: '#530285'

red 83 ◦ green 2 ◦ blue 133

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

Shades of Indigo #530285

Tints of Indigo #530285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 61.01%

R = 38.07%
G = 0.92%
B = 61.01%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#530285 (or 0x530285) is known color: Indigo. HEX triplet: 53, 02 and 85. RGB value is (83,2,133). Sum of RGB (Red+Green+Blue) = 83+2+133=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #530285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530285 is #ACFD7A. Grayscale: #282828. Windows color (decimal): -11337083 or 8716883. OLE color: 8716883.

HSL color Cylindrical-coordinate representation of color #530285: hue angle of 277.1º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #530285 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 2 133 -
CMYK 0.38 0.98 0 0.48
HSL 277.1º 0.97% 0.26% -
HSV(B) 277.1º 0.98% 0.52% -
XYZ 7.82 3.58 22.47 -
YUV 41.15 179.84 157.85 -
System Red Green Blue C M Y K H S L
Decimal 83 2 133 0.38 0.98 0 0.48 277.1 0.97 0.26
Hex 53 2 85 26 62 0 30 115 61 1A
Octal 123 2 205 46 142 0 60 425 141 32
Binary 1010011 10 10000101 100110 1100010 0 110000 100010101 1100001 11010

Color Harmonies of #530285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530285

Black with #530285

Text Example


Text Example

White with #530285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530285; }

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

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

background-color css

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

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

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

border-color css

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

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

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