Html Css Color HEX #530185 Indigo

📋 copy color: '#530185'

red 83 ◦ green 1 ◦ blue 133

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

Shades of Indigo #530185

Tints of Indigo #530185

RGB

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

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

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

R = 38.25%
G = 0.46%
B = 61.29%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#530185 (or 0x530185) is known color: Indigo. HEX triplet: 53, 01 and 85. RGB value is (83,1,133). Sum of RGB (Red+Green+Blue) = 83+1+133=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #530185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530185 is #ACFE7A. Grayscale: #282828. Windows color (decimal): -11337339 or 8716627. OLE color: 8716627.

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

Color convert

RGB 83 1 133 -
CMYK 0.38 0.99 0 0.48
HSL 277.27º 0.99% 0.26% -
HSV(B) 277.27º 0.99% 0.52% -
XYZ 7.81 3.55 22.46 -
YUV 40.57 180.17 158.27 -
System Red Green Blue C M Y K H S L
Decimal 83 1 133 0.38 0.99 0 0.48 277.27 0.99 0.26
Hex 53 1 85 26 63 0 30 115 63 1A
Octal 123 1 205 46 143 0 60 425 143 32
Binary 1010011 1 10000101 100110 1100011 0 110000 100010101 1100011 11010

Color Harmonies of #530185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530185

Black with #530185

Text Example


Text Example

White with #530185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530185; }

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

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

background-color css

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

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

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

border-color css

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

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

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