Html Css Color HEX #631090 Indigo

📋 copy color: '#631090'

red 99 ◦ green 16 ◦ blue 144

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

Shades of Indigo #631090

Tints of Indigo #631090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.18%

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

R = 38.22%
G = 6.18%
B = 55.6%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#631090 (or 0x631090) is known color: Indigo. HEX triplet: 63, 10 and 90. RGB value is (99,16,144). Sum of RGB (Red+Green+Blue) = 99+16+144=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #631090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631090 is #9CEF6F. Grayscale: #363636. Windows color (decimal): -10284912 or 9441379. OLE color: 9441379.

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

Color convert

RGB 99 16 144 -
CMYK 0.31 0.89 0 0.44
HSL 278.91º 0.8% 0.31% -
HSV(B) 278.91º 0.89% 0.56% -
XYZ 10.36 5.04 26.81 -
YUV 55.41 178 159.09 -
System Red Green Blue C M Y K H S L
Decimal 99 16 144 0.31 0.89 0 0.44 278.91 0.8 0.31
Hex 63 10 90 1F 59 0 2C 117 50 1F
Octal 143 20 220 37 131 0 54 427 120 37
Binary 1100011 10000 10010000 11111 1011001 0 101100 100010111 1010000 11111

Color Harmonies of #631090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631090

Black with #631090

Text Example


Text Example

White with #631090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631090; }

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

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

background-color css

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

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

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

border-color css

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

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

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