Html Css Color HEX #630CEB Electric Indigo

📋 copy color: '#630CEB'

red 99 ◦ green 12 ◦ blue 235

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

Shades of Electric Indigo #630CEB

Tints of Electric Indigo #630CEB

RGB

 RED value IS 99 (39.06% from 255) = 28.61%

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

 BLUE value IS 235 (92.19% from 255) = 67.92%

R = 28.61%
G = 3.47%
B = 67.92%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#630CEB (or 0x630CEB) is known color: Electric Indigo. HEX triplet: 63, 0C and EB. RGB value is (99,12,235). Sum of RGB (Red+Green+Blue) = 99+12+235=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #630CEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630CEB is #9CF314. Grayscale: #3E3E3E. Windows color (decimal): -10285845 or 15404131. OLE color: 15404131.

HSL color Cylindrical-coordinate representation of color #630CEB: hue angle of 263.41º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630CEB is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 12 235 -
CMYK 0.58 0.95 0 0.08
HSL 263.41º 0.9% 0.48% -
HSV(B) 263.41º 0.95% 0.92% -
XYZ 20.27 8.91 79.25 -
YUV 63.44 224.82 153.37 -
System Red Green Blue C M Y K H S L
Decimal 99 12 235 0.58 0.95 0 0.08 263.41 0.9 0.48
Hex 63 C EB 3A 5F 0 8 107 5A 30
Octal 143 14 353 72 137 0 10 407 132 60
Binary 1100011 1100 11101011 111010 1011111 0 1000 100000111 1011010 110000

Color Harmonies of #630CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630CEB

Black with #630CEB

Text Example


Text Example

White with #630CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630CEB; }

 p { color: rgb(99,12,235); }

 H1.HeaderClassName
 {
   color: #630CEB;
 }
 .AnyTagClassName
 {
   color: #630CEB;
 }
</style>

background-color css

<style>
 a { background-color: #630CEB; }

 a { background-color: rgb(99,12,235); }

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

border-color css

<style>
 span { border-color: #630CEB; }

 span { border-color: rgb(99,12,235); }

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