Html Css Color HEX #530074 Indigo

📋 copy color: '#530074'

red 83 ◦ green 0 ◦ blue 116

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

Shades of Indigo #530074

Tints of Indigo #530074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.71%
G = 0%
B = 58.29%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#530074 (or 0x530074) is known color: Indigo. HEX triplet: 53, 00 and 74. RGB value is (83,0,116). Sum of RGB (Red+Green+Blue) = 83+0+116=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #530074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530074 is #ACFF8B. Grayscale: #252525. Windows color (decimal): -11337612 or 7602259. OLE color: 7602259.

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

Color convert

RGB 83 0 116 -
CMYK 0.28 1 0 0.55
HSL 282.93º 1% 0.23% -
HSV(B) 282.93º 1% 0.45% -
XYZ 6.72 3.1 16.77 -
YUV 38.04 172 160.07 -
System Red Green Blue C M Y K H S L
Decimal 83 0 116 0.28 1 0 0.55 282.93 1 0.23
Hex 53 0 74 1C 64 0 37 11B 64 17
Octal 123 0 164 34 144 0 67 433 144 27
Binary 1010011 0 1110100 11100 1100100 0 110111 100011011 1100100 10111

Color Harmonies of #530074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530074

Black with #530074

Text Example


Text Example

White with #530074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530074; }

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

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

background-color css

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

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

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

border-color css

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

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

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