Html Css Color HEX #530292 Indigo

📋 copy color: '#530292'

red 83 ◦ green 2 ◦ blue 146

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

Shades of Indigo #530292

Tints of Indigo #530292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.2%

R = 35.93%
G = 0.87%
B = 63.2%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#530292 (or 0x530292) is known color: Indigo. HEX triplet: 53, 02 and 92. RGB value is (83,2,146). Sum of RGB (Red+Green+Blue) = 83+2+146=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #530292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530292 is #ACFD6D. Grayscale: #2A2A2A. Windows color (decimal): -11337070 or 9568851. OLE color: 9568851.

HSL color Cylindrical-coordinate representation of color #530292: hue angle of 273.75º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530292 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 2 146 -
CMYK 0.43 0.99 0 0.43
HSL 273.75º 0.97% 0.29% -
HSV(B) 273.75º 0.99% 0.57% -
XYZ 8.78 3.96 27.5 -
YUV 42.64 186.34 156.79 -
System Red Green Blue C M Y K H S L
Decimal 83 2 146 0.43 0.99 0 0.43 273.75 0.97 0.29
Hex 53 2 92 2B 63 0 2B 112 61 1D
Octal 123 2 222 53 143 0 53 422 141 35
Binary 1010011 10 10010010 101011 1100011 0 101011 100010010 1100001 11101

Color Harmonies of #530292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530292

Black with #530292

Text Example


Text Example

White with #530292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530292; }

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

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

background-color css

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

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

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

border-color css

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

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

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