Html Css Color HEX #530168 Indigo

📋 copy color: '#530168'

red 83 ◦ green 1 ◦ blue 104

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

Shades of Indigo #530168

Tints of Indigo #530168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 55.32%

R = 44.15%
G = 0.53%
B = 55.32%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#530168 (or 0x530168) is known color: Indigo. HEX triplet: 53, 01 and 68. RGB value is (83,1,104). Sum of RGB (Red+Green+Blue) = 83+1+104=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #530168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530168 is #ACFE97. Grayscale: #242424. Windows color (decimal): -11337368 or 6816083. OLE color: 6816083.

HSL color Cylindrical-coordinate representation of color #530168: hue angle of 287.77º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530168 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 1 104 -
CMYK 0.20 0.99 0 0.59
HSL 287.77º 0.98% 0.21% -
HSV(B) 287.77º 0.99% 0.41% -
XYZ 6.08 2.86 13.33 -
YUV 37.26 165.67 160.62 -
System Red Green Blue C M Y K H S L
Decimal 83 1 104 0.20 0.99 0 0.59 287.77 0.98 0.21
Hex 53 1 68 14 63 0 3B 120 62 15
Octal 123 1 150 24 143 0 73 440 142 25
Binary 1010011 1 1101000 10100 1100011 0 111011 100100000 1100010 10101

Color Harmonies of #530168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530168

Black with #530168

Text Example


Text Example

White with #530168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530168; }

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

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

background-color css

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

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

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

border-color css

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

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

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