Html Css Color HEX #6301F1 Electric Indigo

📋 copy color: '#6301F1'

red 99 ◦ green 1 ◦ blue 241

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

Shades of Electric Indigo #6301F1

Tints of Electric Indigo #6301F1

RGB

 RED value IS 99 (39.06% from 255) = 29.03%

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 29.03%
G = 0.29%
B = 70.67%

CMYK

 C value IS 0.59

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6301F1 (or 0x6301F1) is known color: Electric Indigo. HEX triplet: 63, 01 and F1. RGB value is (99,1,241). Sum of RGB (Red+Green+Blue) = 99+1+241=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 241 (94.53% from 255 or 70.67% from 341); Max value from RGB is 241 - color contains mainly: blue. Hex color #6301F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6301F1 is #9CFE0E. Grayscale: #383838. Windows color (decimal): -10288655 or 15794531. OLE color: 15794531.

HSL color Cylindrical-coordinate representation of color #6301F1: hue angle of 264.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6301F1 is Cyan = 0.59, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 99 1 241 -
CMYK 0.59 1.00 0 0.05
HSL 264.5º 0.99% 0.47% -
HSV(B) 264.5º 1% 0.95% -
XYZ 21.03 9.03 83.85 -
YUV 57.66 231.47 157.49 -
System Red Green Blue C M Y K H S L
Decimal 99 1 241 0.59 1.00 0 0.05 264.5 0.99 0.47
Hex 63 1 F1 3B 64 0 5 108 63 2F
Octal 143 1 361 73 144 0 5 410 143 57
Binary 1100011 1 11110001 111011 1100100 0 101 100001000 1100011 101111

Color Harmonies of #6301F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6301F1

Black with #6301F1

Text Example


Text Example

White with #6301F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,1,241); }

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

background-color css

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

 a { background-color: rgb(99,1,241); }

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

border-color css

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

 span { border-color: rgb(99,1,241); }

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