Html Css Color HEX #630290 Indigo

📋 copy color: '#630290'

red 99 ◦ green 2 ◦ blue 144

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

Shades of Indigo #630290

Tints of Indigo #630290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

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

R = 40.41%
G = 0.82%
B = 58.78%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#630290 (or 0x630290) is known color: Indigo. HEX triplet: 63, 02 and 90. RGB value is (99,2,144). Sum of RGB (Red+Green+Blue) = 99+2+144=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #630290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630290 is #9CFD6F. Grayscale: #2E2E2E. Windows color (decimal): -10288496 or 9437795. OLE color: 9437795.

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

Color convert

RGB 99 2 144 -
CMYK 0.31 0.99 0 0.44
HSL 280.99º 0.97% 0.29% -
HSV(B) 280.99º 0.99% 0.56% -
XYZ 10.2 4.71 26.76 -
YUV 47.19 182.64 164.95 -
System Red Green Blue C M Y K H S L
Decimal 99 2 144 0.31 0.99 0 0.44 280.99 0.97 0.29
Hex 63 2 90 1F 63 0 2C 119 61 1D
Octal 143 2 220 37 143 0 54 431 141 35
Binary 1100011 10 10010000 11111 1100011 0 101100 100011001 1100001 11101

Color Harmonies of #630290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630290

Black with #630290

Text Example


Text Example

White with #630290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630290; }

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

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

background-color css

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

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

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

border-color css

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

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

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