Html Css Color HEX #5A00D0 Electric Indigo

📋 copy color: '#5A00D0'

red 90 ◦ green 0 ◦ blue 208

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

Shades of Electric Indigo #5A00D0

Tints of Electric Indigo #5A00D0

RGB

 RED value IS 90 (35.55% from 255) = 30.2%

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

 BLUE value IS 208 (81.64% from 255) = 69.8%

R = 30.2%
G = 0%
B = 69.8%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5A00D0 (or 0x5A00D0) is known color: Electric Indigo. HEX triplet: 5A, 00 and D0. RGB value is (90,0,208). Sum of RGB (Red+Green+Blue) = 90+0+208=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 208 (81.64% from 255 or 69.80% from 298); Max value from RGB is 208 - color contains mainly: blue. Hex color #5A00D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A00D0 is #A5FF2F. Grayscale: #313131. Windows color (decimal): -10878768 or 13631578. OLE color: 13631578.

HSL color Cylindrical-coordinate representation of color #5A00D0: hue angle of 265.96º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A00D0 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 90 0 208 -
CMYK 0.57 1 0 0.18
HSL 265.96º 1% 0.41% -
HSV(B) 265.96º 1% 0.82% -
XYZ 15.6 6.73 60.15 -
YUV 50.62 216.82 156.09 -
System Red Green Blue C M Y K H S L
Decimal 90 0 208 0.57 1 0 0.18 265.96 1 0.41
Hex 5A 0 D0 39 64 0 12 10A 64 29
Octal 132 0 320 71 144 0 22 412 144 51
Binary 1011010 0 11010000 111001 1100100 0 10010 100001010 1100100 101001

Color Harmonies of #5A00D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A00D0

Black with #5A00D0

Text Example


Text Example

White with #5A00D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A00D0; }

 p { color: rgb(90,0,208); }

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

background-color css

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

 a { background-color: rgb(90,0,208); }

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

border-color css

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

 span { border-color: rgb(90,0,208); }

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