Html Css Color HEX #5F00FB Electric Indigo

📋 copy color: '#5F00FB'

red 95 ◦ green 0 ◦ blue 251

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

Shades of Electric Indigo #5F00FB

Tints of Electric Indigo #5F00FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 251 (98.44% from 255) = 72.54%

R = 27.46%
G = 0%
B = 72.54%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5F00FB (or 0x5F00FB) is known color: Electric Indigo. HEX triplet: 5F, 00 and FB. RGB value is (95,0,251). Sum of RGB (Red+Green+Blue) = 95+0+251=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 251 (98.44% from 255 or 72.54% from 346); Max value from RGB is 251 - color contains mainly: blue. Hex color #5F00FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F00FB is #A0FF04. Grayscale: #383838. Windows color (decimal): -10551045 or 16449631. OLE color: 16449631.

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

Color convert

RGB 95 0 251 -
CMYK 0.62 1 0 0.02
HSL 262.71º 1% 0.49% -
HSV(B) 262.71º 1% 0.98% -
XYZ 22.13 9.4 91.91 -
YUV 57.02 237.47 155.09 -
System Red Green Blue C M Y K H S L
Decimal 95 0 251 0.62 1 0 0.02 262.71 1 0.49
Hex 5F 0 FB 3E 64 0 2 107 64 31
Octal 137 0 373 76 144 0 2 407 144 61
Binary 1011111 0 11111011 111110 1100100 0 10 100000111 1100100 110001

Color Harmonies of #5F00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F00FB

Black with #5F00FB

Text Example


Text Example

White with #5F00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,0,251); }

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

background-color css

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

 a { background-color: rgb(95,0,251); }

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

border-color css

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

 span { border-color: rgb(95,0,251); }

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