Html Css Color HEX #6002F1 Electric Indigo

📋 copy color: '#6002F1'

red 96 ◦ green 2 ◦ blue 241

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

Shades of Electric Indigo #6002F1

Tints of Electric Indigo #6002F1

RGB

 RED value IS 96 (37.89% from 255) = 28.32%

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

 BLUE value IS 241 (94.53% from 255) = 71.09%

R = 28.32%
G = 0.59%
B = 71.09%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6002F1 (or 0x6002F1) is known color: Electric Indigo. HEX triplet: 60, 02 and F1. RGB value is (96,2,241). Sum of RGB (Red+Green+Blue) = 96+2+241=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 241 (94.53% from 255 or 71.09% from 339); Max value from RGB is 241 - color contains mainly: blue. Hex color #6002F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6002F1 is #9FFD0E. Grayscale: #383838. Windows color (decimal): -10485007 or 15794784. OLE color: 15794784.

HSL color Cylindrical-coordinate representation of color #6002F1: hue angle of 263.6º 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 #6002F1 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 2 241 -
CMYK 0.60 0.99 0 0.05
HSL 263.6º 0.98% 0.48% -
HSV(B) 263.6º 0.99% 0.95% -
XYZ 20.72 8.88 83.84 -
YUV 57.35 231.64 155.57 -
System Red Green Blue C M Y K H S L
Decimal 96 2 241 0.60 0.99 0 0.05 263.6 0.98 0.48
Hex 60 2 F1 3C 63 0 5 108 62 30
Octal 140 2 361 74 143 0 5 410 142 60
Binary 1100000 10 11110001 111100 1100011 0 101 100001000 1100010 110000

Color Harmonies of #6002F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6002F1

Black with #6002F1

Text Example


Text Example

White with #6002F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6002F1; }

 p { color: rgb(96,2,241); }

 H1.HeaderClassName
 {
   color: #6002F1;
 }
 .AnyTagClassName
 {
   color: #6002F1;
 }
</style>

background-color css

<style>
 a { background-color: #6002F1; }

 a { background-color: rgb(96,2,241); }

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

border-color css

<style>
 span { border-color: #6002F1; }

 span { border-color: rgb(96,2,241); }

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