Html Css Color HEX #530174 Indigo

📋 copy color: '#530174'

red 83 ◦ green 1 ◦ blue 116

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

Shades of Indigo #530174

Tints of Indigo #530174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 58%

R = 41.5%
G = 0.5%
B = 58%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#530174 (or 0x530174) is known color: Indigo. HEX triplet: 53, 01 and 74. RGB value is (83,1,116). Sum of RGB (Red+Green+Blue) = 83+1+116=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #530174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530174 is #ACFE8B. Grayscale: #262626. Windows color (decimal): -11337356 or 7602515. OLE color: 7602515.

HSL color Cylindrical-coordinate representation of color #530174: hue angle of 282.78º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530174 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 1 116 -
CMYK 0.28 0.99 0 0.55
HSL 282.78º 0.98% 0.23% -
HSV(B) 282.78º 0.99% 0.45% -
XYZ 6.73 3.12 16.77 -
YUV 38.63 171.67 159.65 -
System Red Green Blue C M Y K H S L
Decimal 83 1 116 0.28 0.99 0 0.55 282.78 0.98 0.23
Hex 53 1 74 1C 63 0 37 11B 62 17
Octal 123 1 164 34 143 0 67 433 142 27
Binary 1010011 1 1110100 11100 1100011 0 110111 100011011 1100010 10111

Color Harmonies of #530174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530174

Black with #530174

Text Example


Text Example

White with #530174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530174; }

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

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

background-color css

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

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

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

border-color css

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

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

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