Html Css Color HEX #6F1AF1 Electric Indigo

📋 copy color: '#6F1AF1'

red 111 ◦ green 26 ◦ blue 241

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

Shades of Electric Indigo #6F1AF1

Tints of Electric Indigo #6F1AF1

RGB

 RED value IS 111 (43.75% from 255) = 29.37%

 GREEN value IS 26 (10.55% from 255) = 6.88%

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

R = 29.37%
G = 6.88%
B = 63.76%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6F1AF1 (or 0x6F1AF1) is known color: Electric Indigo. HEX triplet: 6F, 1A and F1. RGB value is (111,26,241). Sum of RGB (Red+Green+Blue) = 111+26+241=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 241 (94.53% from 255 or 63.76% from 378); Max value from RGB is 241 - color contains mainly: blue. Hex color #6F1AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F1AF1 is #90E50E. Grayscale: #4B4B4B. Windows color (decimal): -9495823 or 15800943. OLE color: 15800943.

HSL color Cylindrical-coordinate representation of color #6F1AF1: hue angle of 263.72º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F1AF1 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 26 241 -
CMYK 0.54 0.89 0 0.05
HSL 263.72º 0.88% 0.52% -
HSV(B) 263.72º 0.89% 0.95% -
XYZ 22.8 10.47 84.04 -
YUV 75.93 221.16 153.02 -
System Red Green Blue C M Y K H S L
Decimal 111 26 241 0.54 0.89 0 0.05 263.72 0.88 0.52
Hex 6F 1A F1 36 59 0 5 108 58 34
Octal 157 32 361 66 131 0 5 410 130 64
Binary 1101111 11010 11110001 110110 1011001 0 101 100001000 1011000 110100

Color Harmonies of #6F1AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1AF1

Black with #6F1AF1

Text Example


Text Example

White with #6F1AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F1AF1; }

 p { color: rgb(111,26,241); }

 H1.HeaderClassName
 {
   color: #6F1AF1;
 }
 .AnyTagClassName
 {
   color: #6F1AF1;
 }
</style>

background-color css

<style>
 a { background-color: #6F1AF1; }

 a { background-color: rgb(111,26,241); }

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

border-color css

<style>
 span { border-color: #6F1AF1; }

 span { border-color: rgb(111,26,241); }

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