Html Css Color HEX #630896 Indigo

📋 copy color: '#630896'

red 99 ◦ green 8 ◦ blue 150

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

Shades of Indigo #630896

Tints of Indigo #630896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.11%

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

R = 38.52%
G = 3.11%
B = 58.37%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#630896 (or 0x630896) is known color: Indigo. HEX triplet: 63, 08 and 96. RGB value is (99,8,150). Sum of RGB (Red+Green+Blue) = 99+8+150=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #630896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630896 is #9CF769. Grayscale: #323232. Windows color (decimal): -10286954 or 9832547. OLE color: 9832547.

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

Color convert

RGB 99 8 150 -
CMYK 0.34 0.95 0 0.41
HSL 278.45º 0.9% 0.31% -
HSV(B) 278.45º 0.95% 0.59% -
XYZ 10.74 5.03 29.26 -
YUV 51.4 183.65 161.95 -
System Red Green Blue C M Y K H S L
Decimal 99 8 150 0.34 0.95 0 0.41 278.45 0.9 0.31
Hex 63 8 96 22 5F 0 29 116 5A 1F
Octal 143 10 226 42 137 0 51 426 132 37
Binary 1100011 1000 10010110 100010 1011111 0 101001 100010110 1011010 11111

Color Harmonies of #630896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630896

Black with #630896

Text Example


Text Example

White with #630896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630896; }

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

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

background-color css

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

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

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

border-color css

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

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

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