Html Css Color HEX #53009E Indigo

📋 copy color: '#53009E'

red 83 ◦ green 0 ◦ blue 158

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

Shades of Indigo #53009E

Tints of Indigo #53009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 65.56%

R = 34.44%
G = 0%
B = 65.56%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53009E (or 0x53009E) is known color: Indigo. HEX triplet: 53, 00 and 9E. RGB value is (83,0,158). Sum of RGB (Red+Green+Blue) = 83+0+158=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 158 (62.11% from 255 or 65.56% from 241); Max value from RGB is 158 - color contains mainly: blue. Hex color #53009E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53009E is #ACFF61. Grayscale: #2A2A2A. Windows color (decimal): -11337570 or 10354771. OLE color: 10354771.

HSL color Cylindrical-coordinate representation of color #53009E: hue angle of 271.52º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53009E is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 0 158 -
CMYK 0.47 1 0 0.38
HSL 271.52º 1% 0.31% -
HSV(B) 271.52º 1% 0.62% -
XYZ 9.74 4.31 32.67 -
YUV 42.83 193 156.65 -
System Red Green Blue C M Y K H S L
Decimal 83 0 158 0.47 1 0 0.38 271.52 1 0.31
Hex 53 0 9E 2F 64 0 26 110 64 1F
Octal 123 0 236 57 144 0 46 420 144 37
Binary 1010011 0 10011110 101111 1100100 0 100110 100010000 1100100 11111

Color Harmonies of #53009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53009E

Black with #53009E

Text Example


Text Example

White with #53009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53009E; }

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

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

background-color css

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

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

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

border-color css

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

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

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