Html Css Color HEX #5D07D7 Electric Indigo

📋 copy color: '#5D07D7'

red 93 ◦ green 7 ◦ blue 215

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

Shades of Electric Indigo #5D07D7

Tints of Electric Indigo #5D07D7

RGB

 RED value IS 93 (36.72% from 255) = 29.52%

 GREEN value IS 7 (3.13% from 255) = 2.22%

 BLUE value IS 215 (84.38% from 255) = 68.25%

R = 29.52%
G = 2.22%
B = 68.25%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5D07D7 (or 0x5D07D7) is known color: Electric Indigo. HEX triplet: 5D, 07 and D7. RGB value is (93,7,215). Sum of RGB (Red+Green+Blue) = 93+7+215=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 215 (84.38% from 255 or 68.25% from 315); Max value from RGB is 215 - color contains mainly: blue. Hex color #5D07D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D07D7 is #A2F828. Grayscale: #373737. Windows color (decimal): -10680361 or 14092125. OLE color: 14092125.

HSL color Cylindrical-coordinate representation of color #5D07D7: hue angle of 264.81º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D07D7 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 7 215 -
CMYK 0.57 0.97 0 0.16
HSL 264.81º 0.94% 0.44% -
HSV(B) 264.81º 0.97% 0.84% -
XYZ 16.86 7.39 64.83 -
YUV 56.43 217.49 154.09 -
System Red Green Blue C M Y K H S L
Decimal 93 7 215 0.57 0.97 0 0.16 264.81 0.94 0.44
Hex 5D 7 D7 39 61 0 10 109 5E 2C
Octal 135 7 327 71 141 0 20 411 136 54
Binary 1011101 111 11010111 111001 1100001 0 10000 100001001 1011110 101100

Color Harmonies of #5D07D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D07D7

Black with #5D07D7

Text Example


Text Example

White with #5D07D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,7,215); }

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

background-color css

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

 a { background-color: rgb(93,7,215); }

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

border-color css

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

 span { border-color: rgb(93,7,215); }

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