Html Css Color HEX #630994 Indigo

📋 copy color: '#630994'

red 99 ◦ green 9 ◦ blue 148

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

Shades of Indigo #630994

Tints of Indigo #630994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.52%

 BLUE value IS 148 (58.2% from 255) = 57.81%

R = 38.67%
G = 3.52%
B = 57.81%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#630994 (or 0x630994) is known color: Indigo. HEX triplet: 63, 09 and 94. RGB value is (99,9,148). Sum of RGB (Red+Green+Blue) = 99+9+148=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #630994 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630994 is #9CF66B. Grayscale: #333333. Windows color (decimal): -10286700 or 9701731. OLE color: 9701731.

HSL color Cylindrical-coordinate representation of color #630994: hue angle of 278.85º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630994 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 9 148 -
CMYK 0.33 0.94 0 0.42
HSL 278.85º 0.89% 0.31% -
HSV(B) 278.85º 0.94% 0.58% -
XYZ 10.59 4.99 28.42 -
YUV 51.76 182.32 161.7 -
System Red Green Blue C M Y K H S L
Decimal 99 9 148 0.33 0.94 0 0.42 278.85 0.89 0.31
Hex 63 9 94 21 5E 0 2A 117 59 1F
Octal 143 11 224 41 136 0 52 427 131 37
Binary 1100011 1001 10010100 100001 1011110 0 101010 100010111 1011001 11111

Color Harmonies of #630994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630994

Black with #630994

Text Example


Text Example

White with #630994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630994; }

 p { color: rgb(99,9,148); }

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

background-color css

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

 a { background-color: rgb(99,9,148); }

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

border-color css

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

 span { border-color: rgb(99,9,148); }

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