Html Css Color HEX #730CFD Electric Indigo

📋 copy color: '#730CFD'

red 115 ◦ green 12 ◦ blue 253

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

Shades of Electric Indigo #730CFD

Tints of Electric Indigo #730CFD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.16%

 BLUE value IS 253 (99.22% from 255) = 66.58%

R = 30.26%
G = 3.16%
B = 66.58%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#730CFD (or 0x730CFD) is known color: Electric Indigo. HEX triplet: 73, 0C and FD. RGB value is (115,12,253). Sum of RGB (Red+Green+Blue) = 115+12+253=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #730CFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730CFD is #8CF302. Grayscale: #454545. Windows color (decimal): -9237251 or 16583795. OLE color: 16583795.

HSL color Cylindrical-coordinate representation of color #730CFD: hue angle of 265.64º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730CFD is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 12 253 -
CMYK 0.55 0.95 0 0.01
HSL 265.64º 0.98% 0.52% -
HSV(B) 265.64º 0.95% 0.99% -
XYZ 24.93 11 93.74 -
YUV 70.27 231.12 159.9 -
System Red Green Blue C M Y K H S L
Decimal 115 12 253 0.55 0.95 0 0.01 265.64 0.98 0.52
Hex 73 C FD 37 5F 0 1 10A 62 34
Octal 163 14 375 67 137 0 1 412 142 64
Binary 1110011 1100 11111101 110111 1011111 0 1 100001010 1100010 110100

Color Harmonies of #730CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730CFD

Black with #730CFD

Text Example


Text Example

White with #730CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,12,253); }

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

background-color css

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

 a { background-color: rgb(115,12,253); }

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

border-color css

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

 span { border-color: rgb(115,12,253); }

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