Html Css Color HEX #630BE7 Electric Indigo

📋 copy color: '#630BE7'

red 99 ◦ green 11 ◦ blue 231

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

Shades of Electric Indigo #630BE7

Tints of Electric Indigo #630BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 67.74%

R = 29.03%
G = 3.23%
B = 67.74%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#630BE7 (or 0x630BE7) is known color: Electric Indigo. HEX triplet: 63, 0B and E7. RGB value is (99,11,231). Sum of RGB (Red+Green+Blue) = 99+11+231=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 231 (90.62% from 255 or 67.74% from 341); Max value from RGB is 231 - color contains mainly: blue. Hex color #630BE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630BE7 is #9CF418. Grayscale: #3D3D3D. Windows color (decimal): -10286105 or 15141731. OLE color: 15141731.

HSL color Cylindrical-coordinate representation of color #630BE7: hue angle of 264º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630BE7 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 99 11 231 -
CMYK 0.57 0.95 0 0.09
HSL 264º 0.91% 0.47% -
HSV(B) 264º 0.95% 0.91% -
XYZ 19.69 8.66 76.24 -
YUV 62.39 223.15 154.11 -
System Red Green Blue C M Y K H S L
Decimal 99 11 231 0.57 0.95 0 0.09 264 0.91 0.47
Hex 63 B E7 39 5F 0 9 108 5B 2F
Octal 143 13 347 71 137 0 11 410 133 57
Binary 1100011 1011 11100111 111001 1011111 0 1001 100001000 1011011 101111

Color Harmonies of #630BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630BE7

Black with #630BE7

Text Example


Text Example

White with #630BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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