Html Css Color HEX #630590 Indigo

📋 copy color: '#630590'

red 99 ◦ green 5 ◦ blue 144

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

Shades of Indigo #630590

Tints of Indigo #630590

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 39.92%
G = 2.02%
B = 58.06%

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

#630590 (or 0x630590) is known color: Indigo. HEX triplet: 63, 05 and 90. RGB value is (99,5,144). Sum of RGB (Red+Green+Blue) = 99+5+144=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #630590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630590 is #9CFA6F. Grayscale: #303030. Windows color (decimal): -10287728 or 9438563. OLE color: 9438563.

HSL color Cylindrical-coordinate representation of color #630590: hue angle of 280.58º degrees, saturation: 0.93, 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 #630590 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 5 144 -
CMYK 0.31 0.97 0 0.44
HSL 280.58º 0.93% 0.29% -
HSV(B) 280.58º 0.97% 0.56% -
XYZ 10.23 4.77 26.77 -
YUV 48.95 181.64 163.7 -
System Red Green Blue C M Y K H S L
Decimal 99 5 144 0.31 0.97 0 0.44 280.58 0.93 0.29
Hex 63 5 90 1F 61 0 2C 119 5D 1D
Octal 143 5 220 37 141 0 54 431 135 35
Binary 1100011 101 10010000 11111 1100001 0 101100 100011001 1011101 11101

Color Harmonies of #630590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630590

Black with #630590

Text Example


Text Example

White with #630590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630590; }

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

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

background-color css

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

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

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

border-color css

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

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

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