Html Css Color HEX #630DDF Electric Indigo

📋 copy color: '#630DDF'

red 99 ◦ green 13 ◦ blue 223

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

Shades of Electric Indigo #630DDF

Tints of Electric Indigo #630DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.88%

 BLUE value IS 223 (87.5% from 255) = 66.57%

R = 29.55%
G = 3.88%
B = 66.57%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#630DDF (or 0x630DDF) is known color: Electric Indigo. HEX triplet: 63, 0D and DF. RGB value is (99,13,223). Sum of RGB (Red+Green+Blue) = 99+13+223=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #630DDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630DDF is #9CF220. Grayscale: #3D3D3D. Windows color (decimal): -10285601 or 14617955. OLE color: 14617955.

HSL color Cylindrical-coordinate representation of color #630DDF: hue angle of 264.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630DDF is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 13 223 -
CMYK 0.56 0.94 0 0.13
HSL 264.57º 0.89% 0.46% -
HSV(B) 264.57º 0.94% 0.87% -
XYZ 18.61 8.27 70.43 -
YUV 62.65 218.49 153.92 -
System Red Green Blue C M Y K H S L
Decimal 99 13 223 0.56 0.94 0 0.13 264.57 0.89 0.46
Hex 63 D DF 38 5E 0 D 109 59 2E
Octal 143 15 337 70 136 0 15 411 131 56
Binary 1100011 1101 11011111 111000 1011110 0 1101 100001001 1011001 101110

Color Harmonies of #630DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630DDF

Black with #630DDF

Text Example


Text Example

White with #630DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,13,223); }

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

background-color css

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

 a { background-color: rgb(99,13,223); }

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

border-color css

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

 span { border-color: rgb(99,13,223); }

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