Html Css Color HEX #530274 Indigo

📋 copy color: '#530274'

red 83 ◦ green 2 ◦ blue 116

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

Shades of Indigo #530274

Tints of Indigo #530274

RGB

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

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

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

R = 41.29%
G = 1%
B = 57.71%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#530274 (or 0x530274) is known color: Indigo. HEX triplet: 53, 02 and 74. RGB value is (83,2,116). Sum of RGB (Red+Green+Blue) = 83+2+116=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 116 (45.70% from 255 or 57.71% from 201); Max value from RGB is 116 - color contains mainly: blue. Hex color #530274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530274 is #ACFD8B. Grayscale: #262626. Windows color (decimal): -11337100 or 7602771. OLE color: 7602771.

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

Color convert

RGB 83 2 116 -
CMYK 0.28 0.98 0 0.55
HSL 282.63º 0.97% 0.23% -
HSV(B) 282.63º 0.98% 0.45% -
XYZ 6.74 3.14 16.77 -
YUV 39.22 171.34 159.23 -
System Red Green Blue C M Y K H S L
Decimal 83 2 116 0.28 0.98 0 0.55 282.63 0.97 0.23
Hex 53 2 74 1C 62 0 37 11B 61 17
Octal 123 2 164 34 142 0 67 433 141 27
Binary 1010011 10 1110100 11100 1100010 0 110111 100011011 1100001 10111

Color Harmonies of #530274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530274

Black with #530274

Text Example


Text Example

White with #530274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530274; }

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

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

background-color css

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

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

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

border-color css

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

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

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