Html Css Color HEX #530095 Indigo

📋 copy color: '#530095'

red 83 ◦ green 0 ◦ blue 149

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

Shades of Indigo #530095

Tints of Indigo #530095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 64.22%

R = 35.78%
G = 0%
B = 64.22%

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

#530095 (or 0x530095) is known color: Indigo. HEX triplet: 53, 00 and 95. RGB value is (83,0,149). Sum of RGB (Red+Green+Blue) = 83+0+149=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #530095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530095 is #ACFF6A. Grayscale: #292929. Windows color (decimal): -11337579 or 9764947. OLE color: 9764947.

HSL color Cylindrical-coordinate representation of color #530095: hue angle of 273.42º 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 #530095 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 0 149 -
CMYK 0.44 1 0 0.42
HSL 273.42º 1% 0.29% -
HSV(B) 273.42º 1% 0.58% -
XYZ 8.99 4.01 28.73 -
YUV 41.8 188.5 157.38 -
System Red Green Blue C M Y K H S L
Decimal 83 0 149 0.44 1 0 0.42 273.42 1 0.29
Hex 53 0 95 2C 64 0 2A 111 64 1D
Octal 123 0 225 54 144 0 52 421 144 35
Binary 1010011 0 10010101 101100 1100100 0 101010 100010001 1100100 11101

Color Harmonies of #530095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530095

Black with #530095

Text Example


Text Example

White with #530095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530095; }

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

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

background-color css

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

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

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

border-color css

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

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

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