Html Css Color HEX #7209FF Electric Indigo

📋 copy color: '#7209FF'

red 114 ◦ green 9 ◦ blue 255

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

Shades of Electric Indigo #7209FF

Tints of Electric Indigo #7209FF

RGB

 RED value IS 114 (44.92% from 255) = 30.16%

 GREEN value IS 9 (3.91% from 255) = 2.38%

 BLUE value IS 255 (100% from 255) = 67.46%

R = 30.16%
G = 2.38%
B = 67.46%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7209FF (or 0x7209FF) is known color: Electric Indigo. HEX triplet: 72, 09 and FF. RGB value is (114,9,255). Sum of RGB (Red+Green+Blue) = 114+9+255=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #7209FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7209FF is #8DF600. Grayscale: #434343. Windows color (decimal): -9303553 or 16714098. OLE color: 16714098.

HSL color Cylindrical-coordinate representation of color #7209FF: hue angle of 265.61º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7209FF is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 9 255 -
CMYK 0.55 0.96 0 0
HSL 265.61º 1% 0.52% -
HSV(B) 265.61º 0.96% 1% -
XYZ 25.09 10.99 95.41 -
YUV 68.44 233.29 160.5 -
System Red Green Blue C M Y K H S L
Decimal 114 9 255 0.55 0.96 0 0 265.61 1 0.52
Hex 72 9 FF 37 60 0 0 10A 64 34
Octal 162 11 377 67 140 0 0 412 144 64
Binary 1110010 1001 11111111 110111 1100000 0 0 100001010 1100100 110100

Color Harmonies of #7209FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7209FF

Black with #7209FF

Text Example


Text Example

White with #7209FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7209FF; }

 p { color: rgb(114,9,255); }

 H1.HeaderClassName
 {
   color: #7209FF;
 }
 .AnyTagClassName
 {
   color: #7209FF;
 }
</style>

background-color css

<style>
 a { background-color: #7209FF; }

 a { background-color: rgb(114,9,255); }

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

border-color css

<style>
 span { border-color: #7209FF; }

 span { border-color: rgb(114,9,255); }

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