Html Css Color HEX #630295 Indigo

📋 copy color: '#630295'

red 99 ◦ green 2 ◦ blue 149

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

Shades of Indigo #630295

Tints of Indigo #630295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 59.6%

R = 39.6%
G = 0.8%
B = 59.6%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#630295 (or 0x630295) is known color: Indigo. HEX triplet: 63, 02 and 95. RGB value is (99,2,149). Sum of RGB (Red+Green+Blue) = 99+2+149=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #630295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630295 is #9CFD6A. Grayscale: #2F2F2F. Windows color (decimal): -10288491 or 9765475. OLE color: 9765475.

HSL color Cylindrical-coordinate representation of color #630295: hue angle of 279.59º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630295 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 2 149 -
CMYK 0.34 0.99 0 0.42
HSL 279.59º 0.97% 0.3% -
HSV(B) 279.59º 0.99% 0.58% -
XYZ 10.59 4.87 28.81 -
YUV 47.76 185.14 164.55 -
System Red Green Blue C M Y K H S L
Decimal 99 2 149 0.34 0.99 0 0.42 279.59 0.97 0.3
Hex 63 2 95 22 63 0 2A 118 61 1E
Octal 143 2 225 42 143 0 52 430 141 36
Binary 1100011 10 10010101 100010 1100011 0 101010 100011000 1100001 11110

Color Harmonies of #630295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630295

Black with #630295

Text Example


Text Example

White with #630295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630295; }

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

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

background-color css

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

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

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

border-color css

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

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

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