Html Css Color HEX #730DF2 Electric Indigo

📋 copy color: '#730DF2'

red 115 ◦ green 13 ◦ blue 242

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

Shades of Electric Indigo #730DF2

Tints of Electric Indigo #730DF2

RGB

 RED value IS 115 (45.31% from 255) = 31.08%

 GREEN value IS 13 (5.47% from 255) = 3.51%

 BLUE value IS 242 (94.92% from 255) = 65.41%

R = 31.08%
G = 3.51%
B = 65.41%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#730DF2 (or 0x730DF2) is known color: Electric Indigo. HEX triplet: 73, 0D and F2. RGB value is (115,13,242). Sum of RGB (Red+Green+Blue) = 115+13+242=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 242 (94.92% from 255 or 65.41% from 370); Max value from RGB is 242 - color contains mainly: blue. Hex color #730DF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730DF2 is #8CF20D. Grayscale: #444444. Windows color (decimal): -9237006 or 15863155. OLE color: 15863155.

HSL color Cylindrical-coordinate representation of color #730DF2: hue angle of 266.72º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730DF2 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 13 242 -
CMYK 0.52 0.95 0 0.05
HSL 266.72º 0.9% 0.5% -
HSV(B) 266.72º 0.95% 0.95% -
XYZ 23.24 10.34 84.78 -
YUV 69.6 225.29 160.38 -
System Red Green Blue C M Y K H S L
Decimal 115 13 242 0.52 0.95 0 0.05 266.72 0.9 0.5
Hex 73 D F2 34 5F 0 5 10B 5A 32
Octal 163 15 362 64 137 0 5 413 132 62
Binary 1110011 1101 11110010 110100 1011111 0 101 100001011 1011010 110010

Color Harmonies of #730DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730DF2

Black with #730DF2

Text Example


Text Example

White with #730DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730DF2; }

 p { color: rgb(115,13,242); }

 H1.HeaderClassName
 {
   color: #730DF2;
 }
 .AnyTagClassName
 {
   color: #730DF2;
 }
</style>

background-color css

<style>
 a { background-color: #730DF2; }

 a { background-color: rgb(115,13,242); }

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

border-color css

<style>
 span { border-color: #730DF2; }

 span { border-color: rgb(115,13,242); }

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