Html Css Color HEX #630490 Indigo

📋 copy color: '#630490'

red 99 ◦ green 4 ◦ blue 144

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

Shades of Indigo #630490

Tints of Indigo #630490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.62%

 BLUE value IS 144 (56.64% from 255) = 58.3%

R = 40.08%
G = 1.62%
B = 58.3%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#630490 (or 0x630490) is known color: Indigo. HEX triplet: 63, 04 and 90. RGB value is (99,4,144). Sum of RGB (Red+Green+Blue) = 99+4+144=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #630490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630490 is #9CFB6F. Grayscale: #2F2F2F. Windows color (decimal): -10287984 or 9438307. OLE color: 9438307.

HSL color Cylindrical-coordinate representation of color #630490: hue angle of 280.71º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #630490 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 4 144 -
CMYK 0.31 0.97 0 0.44
HSL 280.71º 0.95% 0.29% -
HSV(B) 280.71º 0.97% 0.56% -
XYZ 10.22 4.75 26.76 -
YUV 48.37 181.97 164.12 -
System Red Green Blue C M Y K H S L
Decimal 99 4 144 0.31 0.97 0 0.44 280.71 0.95 0.29
Hex 63 4 90 1F 61 0 2C 119 5F 1D
Octal 143 4 220 37 141 0 54 431 137 35
Binary 1100011 100 10010000 11111 1100001 0 101100 100011001 1011111 11101

Color Harmonies of #630490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630490

Black with #630490

Text Example


Text Example

White with #630490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630490; }

 p { color: rgb(99,4,144); }

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

background-color css

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

 a { background-color: rgb(99,4,144); }

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

border-color css

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

 span { border-color: rgb(99,4,144); }

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