Html Css Color HEX #5B02F2 Electric Indigo

📋 copy color: '#5B02F2'

red 91 ◦ green 2 ◦ blue 242

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

Shades of Electric Indigo #5B02F2

Tints of Electric Indigo #5B02F2

RGB

 RED value IS 91 (35.94% from 255) = 27.16%

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 242 (94.92% from 255) = 72.24%

R = 27.16%
G = 0.6%
B = 72.24%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5B02F2 (or 0x5B02F2) is known color: Electric Indigo. HEX triplet: 5B, 02 and F2. RGB value is (91,2,242). Sum of RGB (Red+Green+Blue) = 91+2+242=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 242 (94.92% from 255 or 72.24% from 335); Max value from RGB is 242 - color contains mainly: blue. Hex color #5B02F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B02F2 is #A4FD0D. Grayscale: #373737. Windows color (decimal): -10812686 or 15860315. OLE color: 15860315.

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

Color convert

RGB 91 2 242 -
CMYK 0.62 0.99 0 0.05
HSL 262.25º 0.98% 0.48% -
HSV(B) 262.25º 0.99% 0.95% -
XYZ 20.36 8.68 84.61 -
YUV 55.97 232.99 152.99 -
System Red Green Blue C M Y K H S L
Decimal 91 2 242 0.62 0.99 0 0.05 262.25 0.98 0.48
Hex 5B 2 F2 3E 63 0 5 106 62 30
Octal 133 2 362 76 143 0 5 406 142 60
Binary 1011011 10 11110010 111110 1100011 0 101 100000110 1100010 110000

Color Harmonies of #5B02F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B02F2

Black with #5B02F2

Text Example


Text Example

White with #5B02F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,2,242); }

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

background-color css

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

 a { background-color: rgb(91,2,242); }

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

border-color css

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

 span { border-color: rgb(91,2,242); }

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