Html Css Color HEX #530194 Indigo

📋 copy color: '#530194'

red 83 ◦ green 1 ◦ blue 148

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

Shades of Indigo #530194

Tints of Indigo #530194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 63.79%

R = 35.78%
G = 0.43%
B = 63.79%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#530194 (or 0x530194) is known color: Indigo. HEX triplet: 53, 01 and 94. RGB value is (83,1,148). Sum of RGB (Red+Green+Blue) = 83+1+148=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #530194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530194 is #ACFE6B. Grayscale: #292929. Windows color (decimal): -11337324 or 9699667. OLE color: 9699667.

HSL color Cylindrical-coordinate representation of color #530194: hue angle of 273.47º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530194 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 1 148 -
CMYK 0.44 0.99 0 0.42
HSL 273.47º 0.99% 0.29% -
HSV(B) 273.47º 0.99% 0.58% -
XYZ 8.92 4 28.32 -
YUV 42.28 187.67 157.05 -
System Red Green Blue C M Y K H S L
Decimal 83 1 148 0.44 0.99 0 0.42 273.47 0.99 0.29
Hex 53 1 94 2C 63 0 2A 111 63 1D
Octal 123 1 224 54 143 0 52 421 143 35
Binary 1010011 1 10010100 101100 1100011 0 101010 100010001 1100011 11101

Color Harmonies of #530194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530194

Black with #530194

Text Example


Text Example

White with #530194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530194; }

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

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

background-color css

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

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

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

border-color css

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

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

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