Html Css Color HEX #5F09FC Electric Indigo

📋 copy color: '#5F09FC'

red 95 ◦ green 9 ◦ blue 252

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

Shades of Electric Indigo #5F09FC

Tints of Electric Indigo #5F09FC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.53%

 BLUE value IS 252 (98.83% from 255) = 70.79%

R = 26.69%
G = 2.53%
B = 70.79%

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

#5F09FC (or 0x5F09FC) is known color: Electric Indigo. HEX triplet: 5F, 09 and FC. RGB value is (95,9,252). Sum of RGB (Red+Green+Blue) = 95+9+252=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 252 (98.83% from 255 or 70.79% from 356); Max value from RGB is 252 - color contains mainly: blue. Hex color #5F09FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F09FC is #A0F603. Grayscale: #3D3D3D. Windows color (decimal): -10548740 or 16517471. OLE color: 16517471.

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

Color convert

RGB 95 9 252 -
CMYK 0.62 0.96 0 0.01
HSL 261.23º 0.98% 0.51% -
HSV(B) 261.23º 0.96% 0.99% -
XYZ 22.39 9.66 92.78 -
YUV 62.42 234.99 151.24 -
System Red Green Blue C M Y K H S L
Decimal 95 9 252 0.62 0.96 0 0.01 261.23 0.98 0.51
Hex 5F 9 FC 3E 60 0 1 105 62 33
Octal 137 11 374 76 140 0 1 405 142 63
Binary 1011111 1001 11111100 111110 1100000 0 1 100000101 1100010 110011

Color Harmonies of #5F09FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F09FC

Black with #5F09FC

Text Example


Text Example

White with #5F09FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,9,252); }

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

background-color css

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

 a { background-color: rgb(95,9,252); }

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

border-color css

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

 span { border-color: rgb(95,9,252); }

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