Html Css Color HEX #630BE1 Electric Indigo

📋 copy color: '#630BE1'

red 99 ◦ green 11 ◦ blue 225

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

Shades of Electric Indigo #630BE1

Tints of Electric Indigo #630BE1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.28%

 BLUE value IS 225 (88.28% from 255) = 67.16%

R = 29.55%
G = 3.28%
B = 67.16%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#630BE1 (or 0x630BE1) is known color: Electric Indigo. HEX triplet: 63, 0B and E1. RGB value is (99,11,225). Sum of RGB (Red+Green+Blue) = 99+11+225=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 225 (88.28% from 255 or 67.16% from 335); Max value from RGB is 225 - color contains mainly: blue. Hex color #630BE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630BE1 is #9CF41E. Grayscale: #3C3C3C. Windows color (decimal): -10286111 or 14748515. OLE color: 14748515.

HSL color Cylindrical-coordinate representation of color #630BE1: hue angle of 264.67º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630BE1 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 99 11 225 -
CMYK 0.56 0.95 0 0.12
HSL 264.67º 0.91% 0.46% -
HSV(B) 264.67º 0.95% 0.88% -
XYZ 18.86 8.33 71.85 -
YUV 61.71 220.15 154.6 -
System Red Green Blue C M Y K H S L
Decimal 99 11 225 0.56 0.95 0 0.12 264.67 0.91 0.46
Hex 63 B E1 38 5F 0 C 109 5B 2E
Octal 143 13 341 70 137 0 14 411 133 56
Binary 1100011 1011 11100001 111000 1011111 0 1100 100001001 1011011 101110

Color Harmonies of #630BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630BE1

Black with #630BE1

Text Example


Text Example

White with #630BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,11,225); }

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

background-color css

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

 a { background-color: rgb(99,11,225); }

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

border-color css

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

 span { border-color: rgb(99,11,225); }

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