Html Css Color HEX #530094 Indigo

📋 copy color: '#530094'

red 83 ◦ green 0 ◦ blue 148

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

Shades of Indigo #530094

Tints of Indigo #530094

RGB

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

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

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

R = 35.93%
G = 0%
B = 64.07%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#530094 (or 0x530094) is known color: Indigo. HEX triplet: 53, 00 and 94. RGB value is (83,0,148). Sum of RGB (Red+Green+Blue) = 83+0+148=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 148 (58.20% from 255 or 64.07% from 231); Max value from RGB is 148 - color contains mainly: blue. Hex color #530094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530094 is #ACFF6B. Grayscale: #292929. Windows color (decimal): -11337580 or 9699411. OLE color: 9699411.

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

Color convert

RGB 83 0 148 -
CMYK 0.44 1 0 0.42
HSL 273.65º 1% 0.29% -
HSV(B) 273.65º 1% 0.58% -
XYZ 8.91 3.98 28.31 -
YUV 41.69 188 157.47 -
System Red Green Blue C M Y K H S L
Decimal 83 0 148 0.44 1 0 0.42 273.65 1 0.29
Hex 53 0 94 2C 64 0 2A 112 64 1D
Octal 123 0 224 54 144 0 52 422 144 35
Binary 1010011 0 10010100 101100 1100100 0 101010 100010010 1100100 11101

Color Harmonies of #530094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530094

Black with #530094

Text Example


Text Example

White with #530094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530094; }

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

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

background-color css

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

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

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

border-color css

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

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

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