Html Css Color HEX #5F0BFA Electric Indigo

📋 copy color: '#5F0BFA'

red 95 ◦ green 11 ◦ blue 250

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

Shades of Electric Indigo #5F0BFA

Tints of Electric Indigo #5F0BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.09%

 BLUE value IS 250 (98.05% from 255) = 70.22%

R = 26.69%
G = 3.09%
B = 70.22%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5F0BFA (or 0x5F0BFA) is known color: Electric Indigo. HEX triplet: 5F, 0B and FA. RGB value is (95,11,250). Sum of RGB (Red+Green+Blue) = 95+11+250=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F0BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0BFA is #A0F405. Grayscale: #3E3E3E. Windows color (decimal): -10548230 or 16386911. OLE color: 16386911.

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

Color convert

RGB 95 11 250 -
CMYK 0.62 0.96 0 0.02
HSL 261.09º 0.96% 0.51% -
HSV(B) 261.09º 0.96% 0.98% -
XYZ 22.09 9.57 91.13 -
YUV 63.36 233.33 150.57 -
System Red Green Blue C M Y K H S L
Decimal 95 11 250 0.62 0.96 0 0.02 261.09 0.96 0.51
Hex 5F B FA 3E 60 0 2 105 60 33
Octal 137 13 372 76 140 0 2 405 140 63
Binary 1011111 1011 11111010 111110 1100000 0 10 100000101 1100000 110011

Color Harmonies of #5F0BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0BFA

Black with #5F0BFA

Text Example


Text Example

White with #5F0BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,11,250); }

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

background-color css

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

 a { background-color: rgb(95,11,250); }

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

border-color css

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

 span { border-color: rgb(95,11,250); }

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