Html Css Color HEX #630096 Indigo

📋 copy color: '#630096'

red 99 ◦ green 0 ◦ blue 150

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

Shades of Indigo #630096

Tints of Indigo #630096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 60.24%

R = 39.76%
G = 0%
B = 60.24%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#630096 (or 0x630096) is known color: Indigo. HEX triplet: 63, 00 and 96. RGB value is (99,0,150). Sum of RGB (Red+Green+Blue) = 99+0+150=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #630096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630096 is #9CFF69. Grayscale: #2E2E2E. Windows color (decimal): -10289002 or 9830499. OLE color: 9830499.

HSL color Cylindrical-coordinate representation of color #630096: hue angle of 279.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #630096 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 0 150 -
CMYK 0.34 1 0 0.41
HSL 279.6º 1% 0.29% -
HSV(B) 279.6º 1% 0.59% -
XYZ 10.65 4.85 29.23 -
YUV 46.7 186.3 165.3 -
System Red Green Blue C M Y K H S L
Decimal 99 0 150 0.34 1 0 0.41 279.6 1 0.29
Hex 63 0 96 22 64 0 29 118 64 1D
Octal 143 0 226 42 144 0 51 430 144 35
Binary 1100011 0 10010110 100010 1100100 0 101001 100011000 1100100 11101

Color Harmonies of #630096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630096

Black with #630096

Text Example


Text Example

White with #630096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630096; }

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

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

background-color css

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

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

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

border-color css

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

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

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