Html Css Color HEX #630AE5 Electric Indigo

📋 copy color: '#630AE5'

red 99 ◦ green 10 ◦ blue 229

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

Shades of Electric Indigo #630AE5

Tints of Electric Indigo #630AE5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.96%

 BLUE value IS 229 (89.84% from 255) = 67.75%

R = 29.29%
G = 2.96%
B = 67.75%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#630AE5 (or 0x630AE5) is known color: Electric Indigo. HEX triplet: 63, 0A and E5. RGB value is (99,10,229). Sum of RGB (Red+Green+Blue) = 99+10+229=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 229 (89.84% from 255 or 67.75% from 338); Max value from RGB is 229 - color contains mainly: blue. Hex color #630AE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630AE5 is #9CF51A. Grayscale: #3C3C3C. Windows color (decimal): -10286363 or 15010403. OLE color: 15010403.

HSL color Cylindrical-coordinate representation of color #630AE5: hue angle of 264.38º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630AE5 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 99 10 229 -
CMYK 0.57 0.96 0 0.10
HSL 264.38º 0.92% 0.47% -
HSV(B) 264.38º 0.96% 0.9% -
XYZ 19.4 8.53 74.75 -
YUV 61.58 222.49 154.69 -
System Red Green Blue C M Y K H S L
Decimal 99 10 229 0.57 0.96 0 0.10 264.38 0.92 0.47
Hex 63 A E5 39 60 0 A 108 5C 2F
Octal 143 12 345 71 140 0 12 410 134 57
Binary 1100011 1010 11100101 111001 1100000 0 1010 100001000 1011100 101111

Color Harmonies of #630AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630AE5

Black with #630AE5

Text Example


Text Example

White with #630AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,10,229); }

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

background-color css

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

 a { background-color: rgb(99,10,229); }

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

border-color css

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

 span { border-color: rgb(99,10,229); }

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