Html Css Color HEX #5F0BEF Electric Indigo

📋 copy color: '#5F0BEF'

red 95 ◦ green 11 ◦ blue 239

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

Shades of Electric Indigo #5F0BEF

Tints of Electric Indigo #5F0BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.28%

R = 27.54%
G = 3.19%
B = 69.28%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5F0BEF (or 0x5F0BEF) is known color: Electric Indigo. HEX triplet: 5F, 0B and EF. RGB value is (95,11,239). Sum of RGB (Red+Green+Blue) = 95+11+239=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 239 (93.75% from 255 or 69.28% from 345); Max value from RGB is 239 - color contains mainly: blue. Hex color #5F0BEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0BEF is #A0F410. Grayscale: #3D3D3D. Windows color (decimal): -10548241 or 15666015. OLE color: 15666015.

HSL color Cylindrical-coordinate representation of color #5F0BEF: hue angle of 262.11º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F0BEF is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 95 11 239 -
CMYK 0.60 0.95 0 0.06
HSL 262.11º 0.91% 0.49% -
HSV(B) 262.11º 0.95% 0.94% -
XYZ 20.42 8.9 82.3 -
YUV 62.11 227.83 151.46 -
System Red Green Blue C M Y K H S L
Decimal 95 11 239 0.60 0.95 0 0.06 262.11 0.91 0.49
Hex 5F B EF 3C 5F 0 6 106 5B 31
Octal 137 13 357 74 137 0 6 406 133 61
Binary 1011111 1011 11101111 111100 1011111 0 110 100000110 1011011 110001

Color Harmonies of #5F0BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0BEF

Black with #5F0BEF

Text Example


Text Example

White with #5F0BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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