Html Css Color HEX #5B02FD Electric Indigo

📋 copy color: '#5B02FD'

red 91 ◦ green 2 ◦ blue 253

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

Shades of Electric Indigo #5B02FD

Tints of Electric Indigo #5B02FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 73.12%

R = 26.3%
G = 0.58%
B = 73.12%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5B02FD (or 0x5B02FD) is known color: Electric Indigo. HEX triplet: 5B, 02 and FD. RGB value is (91,2,253). Sum of RGB (Red+Green+Blue) = 91+2+253=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 253 (99.22% from 255 or 73.12% from 346); Max value from RGB is 253 - color contains mainly: blue. Hex color #5B02FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B02FD is #A4FD02. Grayscale: #383838. Windows color (decimal): -10812675 or 16581211. OLE color: 16581211.

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

Color convert

RGB 91 2 253 -
CMYK 0.64 0.99 0 0.01
HSL 261.27º 0.98% 0.5% -
HSV(B) 261.27º 0.99% 0.99% -
XYZ 22.07 9.36 93.57 -
YUV 57.23 238.49 152.09 -
System Red Green Blue C M Y K H S L
Decimal 91 2 253 0.64 0.99 0 0.01 261.27 0.98 0.5
Hex 5B 2 FD 40 63 0 1 105 62 32
Octal 133 2 375 100 143 0 1 405 142 62
Binary 1011011 10 11111101 1000000 1100011 0 1 100000101 1100010 110010

Color Harmonies of #5B02FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B02FD

Black with #5B02FD

Text Example


Text Example

White with #5B02FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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