Html Css Color HEX #630DA3 Indigo

📋 copy color: '#630DA3'

red 99 ◦ green 13 ◦ blue 163

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

Shades of Indigo #630DA3

Tints of Indigo #630DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 59.27%

R = 36%
G = 4.73%
B = 59.27%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#630DA3 (or 0x630DA3) is known color: Indigo. HEX triplet: 63, 0D and A3. RGB value is (99,13,163). Sum of RGB (Red+Green+Blue) = 99+13+163=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 163 (64.06% from 255 or 59.27% from 275); Max value from RGB is 163 - color contains mainly: blue. Hex color #630DA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630DA3 is #9CF25C. Grayscale: #373737. Windows color (decimal): -10285661 or 10685795. OLE color: 10685795.

HSL color Cylindrical-coordinate representation of color #630DA3: hue angle of 274.4º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630DA3 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 99 13 163 -
CMYK 0.39 0.92 0 0.36
HSL 274.4º 0.85% 0.35% -
HSV(B) 274.4º 0.92% 0.64% -
XYZ 11.9 5.58 35.1 -
YUV 55.81 188.49 158.8 -
System Red Green Blue C M Y K H S L
Decimal 99 13 163 0.39 0.92 0 0.36 274.4 0.85 0.35
Hex 63 D A3 27 5C 0 24 112 55 23
Octal 143 15 243 47 134 0 44 422 125 43
Binary 1100011 1101 10100011 100111 1011100 0 100100 100010010 1010101 100011

Color Harmonies of #630DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630DA3

Black with #630DA3

Text Example


Text Example

White with #630DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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