Html Css Color HEX #5F07DA Electric Indigo

📋 copy color: '#5F07DA'

red 95 ◦ green 7 ◦ blue 218

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

Shades of Electric Indigo #5F07DA

Tints of Electric Indigo #5F07DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.13%

R = 29.69%
G = 2.19%
B = 68.13%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5F07DA (or 0x5F07DA) is known color: Electric Indigo. HEX triplet: 5F, 07 and DA. RGB value is (95,7,218). Sum of RGB (Red+Green+Blue) = 95+7+218=320 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.69% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 218 (85.55% from 255 or 68.12% from 320); Max value from RGB is 218 - color contains mainly: blue. Hex color #5F07DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F07DA is #A0F825. Grayscale: #383838. Windows color (decimal): -10549286 or 14288735. OLE color: 14288735.

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

Color convert

RGB 95 7 218 -
CMYK 0.56 0.97 0 0.15
HSL 265.02º 0.94% 0.44% -
HSV(B) 265.02º 0.97% 0.85% -
XYZ 17.45 7.65 66.89 -
YUV 57.37 218.65 154.84 -
System Red Green Blue C M Y K H S L
Decimal 95 7 218 0.56 0.97 0 0.15 265.02 0.94 0.44
Hex 5F 7 DA 38 61 0 F 109 5E 2C
Octal 137 7 332 70 141 0 17 411 136 54
Binary 1011111 111 11011010 111000 1100001 0 1111 100001001 1011110 101100

Color Harmonies of #5F07DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F07DA

Black with #5F07DA

Text Example


Text Example

White with #5F07DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,7,218); }

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

background-color css

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

 a { background-color: rgb(95,7,218); }

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

border-color css

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

 span { border-color: rgb(95,7,218); }

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