Html Css Color HEX #5F06FF Electric Indigo

📋 copy color: '#5F06FF'

red 95 ◦ green 6 ◦ blue 255

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

Shades of Electric Indigo #5F06FF

Tints of Electric Indigo #5F06FF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.69%

 BLUE value IS 255 (100% from 255) = 71.63%

R = 26.69%
G = 1.69%
B = 71.63%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5F06FF (or 0x5F06FF) is known color: Electric Indigo. HEX triplet: 5F, 06 and FF. RGB value is (95,6,255). Sum of RGB (Red+Green+Blue) = 95+6+255=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F06FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F06FF is #A0F900. Grayscale: #3C3C3C. Windows color (decimal): -10549505 or 16713311. OLE color: 16713311.

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

Color convert

RGB 95 6 255 -
CMYK 0.63 0.98 0 0
HSL 261.45º 1% 0.51% -
HSV(B) 261.45º 0.98% 1% -
XYZ 22.83 9.78 95.29 -
YUV 61 237.49 152.25 -
System Red Green Blue C M Y K H S L
Decimal 95 6 255 0.63 0.98 0 0 261.45 1 0.51
Hex 5F 6 FF 3F 62 0 0 105 64 33
Octal 137 6 377 77 142 0 0 405 144 63
Binary 1011111 110 11111111 111111 1100010 0 0 100000101 1100100 110011

Color Harmonies of #5F06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F06FF

Black with #5F06FF

Text Example


Text Example

White with #5F06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,6,255); }

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

background-color css

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

 a { background-color: rgb(95,6,255); }

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

border-color css

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

 span { border-color: rgb(95,6,255); }

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