Html Css Color HEX #5F00D0 Electric Indigo

📋 copy color: '#5F00D0'

red 95 ◦ green 0 ◦ blue 208

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

Shades of Electric Indigo #5F00D0

Tints of Electric Indigo #5F00D0

RGB

 RED value IS 95 (37.5% from 255) = 31.35%

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

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

R = 31.35%
G = 0%
B = 68.65%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5F00D0 (or 0x5F00D0) is known color: Electric Indigo. HEX triplet: 5F, 00 and D0. RGB value is (95,0,208). Sum of RGB (Red+Green+Blue) = 95+0+208=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 208 (81.64% from 255 or 68.65% from 303); Max value from RGB is 208 - color contains mainly: blue. Hex color #5F00D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F00D0 is #A0FF2F. Grayscale: #333333. Windows color (decimal): -10551088 or 13631583. OLE color: 13631583.

HSL color Cylindrical-coordinate representation of color #5F00D0: hue angle of 267.4º 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 #5F00D0 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 95 0 208 -
CMYK 0.54 1 0 0.18
HSL 267.4º 1% 0.41% -
HSV(B) 267.4º 1% 0.82% -
XYZ 16.1 6.99 60.17 -
YUV 52.12 215.97 158.59 -
System Red Green Blue C M Y K H S L
Decimal 95 0 208 0.54 1 0 0.18 267.4 1 0.41
Hex 5F 0 D0 36 64 0 12 10B 64 29
Octal 137 0 320 66 144 0 22 413 144 51
Binary 1011111 0 11010000 110110 1100100 0 10010 100001011 1100100 101001

Color Harmonies of #5F00D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F00D0

Black with #5F00D0

Text Example


Text Example

White with #5F00D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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