Html Css Color HEX #7203FC Electric Indigo

📋 copy color: '#7203FC'

red 114 ◦ green 3 ◦ blue 252

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

Shades of Electric Indigo #7203FC

Tints of Electric Indigo #7203FC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

 BLUE value IS 252 (98.83% from 255) = 68.29%

R = 30.89%
G = 0.81%
B = 68.29%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7203FC (or 0x7203FC) is known color: Electric Indigo. HEX triplet: 72, 03 and FC. RGB value is (114,3,252). Sum of RGB (Red+Green+Blue) = 114+3+252=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #7203FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7203FC is #8DFC03. Grayscale: #3F3F3F. Windows color (decimal): -9305092 or 16515954. OLE color: 16515954.

HSL color Cylindrical-coordinate representation of color #7203FC: hue angle of 266.75º 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 #7203FC is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 114 3 252 -
CMYK 0.55 0.99 0 0.01
HSL 266.75º 0.98% 0.5% -
HSV(B) 266.75º 0.99% 0.99% -
XYZ 24.54 10.67 92.86 -
YUV 64.58 233.77 163.25 -
System Red Green Blue C M Y K H S L
Decimal 114 3 252 0.55 0.99 0 0.01 266.75 0.98 0.5
Hex 72 3 FC 37 63 0 1 10B 62 32
Octal 162 3 374 67 143 0 1 413 142 62
Binary 1110010 11 11111100 110111 1100011 0 1 100001011 1100010 110010

Color Harmonies of #7203FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7203FC

Black with #7203FC

Text Example


Text Example

White with #7203FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7203FC; }

 p { color: rgb(114,3,252); }

 H1.HeaderClassName
 {
   color: #7203FC;
 }
 .AnyTagClassName
 {
   color: #7203FC;
 }
</style>

background-color css

<style>
 a { background-color: #7203FC; }

 a { background-color: rgb(114,3,252); }

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

border-color css

<style>
 span { border-color: #7203FC; }

 span { border-color: rgb(114,3,252); }

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