Html Css Color HEX #630485 Indigo

📋 copy color: '#630485'

red 99 ◦ green 4 ◦ blue 133

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

Shades of Indigo #630485

Tints of Indigo #630485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

 BLUE value IS 133 (52.34% from 255) = 56.36%

R = 41.95%
G = 1.69%
B = 56.36%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#630485 (or 0x630485) is known color: Indigo. HEX triplet: 63, 04 and 85. RGB value is (99,4,133). Sum of RGB (Red+Green+Blue) = 99+4+133=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #630485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630485 is #9CFB7A. Grayscale: #2E2E2E. Windows color (decimal): -10287995 or 8717411. OLE color: 8717411.

HSL color Cylindrical-coordinate representation of color #630485: hue angle of 284.19º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #630485 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 4 133 -
CMYK 0.26 0.97 0 0.48
HSL 284.19º 0.94% 0.27% -
HSV(B) 284.19º 0.97% 0.52% -
XYZ 9.42 4.43 22.55 -
YUV 47.11 176.47 165.01 -
System Red Green Blue C M Y K H S L
Decimal 99 4 133 0.26 0.97 0 0.48 284.19 0.94 0.27
Hex 63 4 85 1A 61 0 30 11C 5E 1B
Octal 143 4 205 32 141 0 60 434 136 33
Binary 1100011 100 10000101 11010 1100001 0 110000 100011100 1011110 11011

Color Harmonies of #630485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630485

Black with #630485

Text Example


Text Example

White with #630485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630485; }

 p { color: rgb(99,4,133); }

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

background-color css

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

 a { background-color: rgb(99,4,133); }

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

border-color css

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

 span { border-color: rgb(99,4,133); }

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