Html Css Color HEX #630095 Indigo

📋 copy color: '#630095'

red 99 ◦ green 0 ◦ blue 149

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

Shades of Indigo #630095

Tints of Indigo #630095

RGB

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

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

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

R = 39.92%
G = 0%
B = 60.08%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#630095 (or 0x630095) is known color: Indigo. HEX triplet: 63, 00 and 95. RGB value is (99,0,149). Sum of RGB (Red+Green+Blue) = 99+0+149=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #630095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630095 is #9CFF6A. Grayscale: #2E2E2E. Windows color (decimal): -10289003 or 9764963. OLE color: 9764963.

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

Color convert

RGB 99 0 149 -
CMYK 0.34 1 0 0.42
HSL 279.87º 1% 0.29% -
HSV(B) 279.87º 1% 0.58% -
XYZ 10.57 4.82 28.81 -
YUV 46.59 185.8 165.38 -
System Red Green Blue C M Y K H S L
Decimal 99 0 149 0.34 1 0 0.42 279.87 1 0.29
Hex 63 0 95 22 64 0 2A 118 64 1D
Octal 143 0 225 42 144 0 52 430 144 35
Binary 1100011 0 10010101 100010 1100100 0 101010 100011000 1100100 11101

Color Harmonies of #630095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630095

Black with #630095

Text Example


Text Example

White with #630095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630095; }

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

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

background-color css

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

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

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

border-color css

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

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

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