Html Css Color HEX #5F0AFD Electric Indigo

📋 copy color: '#5F0AFD'

red 95 ◦ green 10 ◦ blue 253

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

Shades of Electric Indigo #5F0AFD

Tints of Electric Indigo #5F0AFD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.79%

 BLUE value IS 253 (99.22% from 255) = 70.67%

R = 26.54%
G = 2.79%
B = 70.67%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5F0AFD (or 0x5F0AFD) is known color: Electric Indigo. HEX triplet: 5F, 0A and FD. RGB value is (95,10,253). Sum of RGB (Red+Green+Blue) = 95+10+253=358 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.54% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 253 (99.22% from 255 or 70.67% from 358); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F0AFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0AFD is #A0F502. Grayscale: #3E3E3E. Windows color (decimal): -10548483 or 16583263. OLE color: 16583263.

HSL color Cylindrical-coordinate representation of color #5F0AFD: hue angle of 260.99º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F0AFD is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 95 10 253 -
CMYK 0.62 0.96 0 0.01
HSL 260.99º 0.98% 0.52% -
HSV(B) 260.99º 0.96% 0.99% -
XYZ 22.56 9.74 93.62 -
YUV 63.12 235.16 150.74 -
System Red Green Blue C M Y K H S L
Decimal 95 10 253 0.62 0.96 0 0.01 260.99 0.98 0.52
Hex 5F A FD 3E 60 0 1 105 62 34
Octal 137 12 375 76 140 0 1 405 142 64
Binary 1011111 1010 11111101 111110 1100000 0 1 100000101 1100010 110100

Color Harmonies of #5F0AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0AFD

Black with #5F0AFD

Text Example


Text Example

White with #5F0AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,10,253); }

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

background-color css

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

 a { background-color: rgb(95,10,253); }

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

border-color css

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

 span { border-color: rgb(95,10,253); }

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