Html Css Color HEX #630090 Indigo

📋 copy color: '#630090'

red 99 ◦ green 0 ◦ blue 144

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

Shades of Indigo #630090

Tints of Indigo #630090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.74%
G = 0%
B = 59.26%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#630090 (or 0x630090) is known color: Indigo. HEX triplet: 63, 00 and 90. RGB value is (99,0,144). Sum of RGB (Red+Green+Blue) = 99+0+144=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #630090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630090 is #9CFF6F. Grayscale: #2D2D2D. Windows color (decimal): -10289008 or 9437283. OLE color: 9437283.

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

Color convert

RGB 99 0 144 -
CMYK 0.31 1 0 0.44
HSL 281.25º 1% 0.28% -
HSV(B) 281.25º 1% 0.56% -
XYZ 10.18 4.67 26.75 -
YUV 46.02 183.3 165.79 -
System Red Green Blue C M Y K H S L
Decimal 99 0 144 0.31 1 0 0.44 281.25 1 0.28
Hex 63 0 90 1F 64 0 2C 119 64 1C
Octal 143 0 220 37 144 0 54 431 144 34
Binary 1100011 0 10010000 11111 1100100 0 101100 100011001 1100100 11100

Color Harmonies of #630090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630090

Black with #630090

Text Example


Text Example

White with #630090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630090; }

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

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

background-color css

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

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

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

border-color css

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

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

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