Html Css Color HEX #630D90 Indigo

📋 copy color: '#630D90'

red 99 ◦ green 13 ◦ blue 144

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

Shades of Indigo #630D90

Tints of Indigo #630D90

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.08%

 BLUE value IS 144 (56.64% from 255) = 56.25%

R = 38.67%
G = 5.08%
B = 56.25%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#630D90 (or 0x630D90) is known color: Indigo. HEX triplet: 63, 0D and 90. RGB value is (99,13,144). Sum of RGB (Red+Green+Blue) = 99+13+144=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #630D90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630D90 is #9CF26F. Grayscale: #353535. Windows color (decimal): -10285680 or 9440611. OLE color: 9440611.

HSL color Cylindrical-coordinate representation of color #630D90: hue angle of 279.39º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #630D90 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 13 144 -
CMYK 0.31 0.91 0 0.44
HSL 279.39º 0.83% 0.31% -
HSV(B) 279.39º 0.91% 0.56% -
XYZ 10.32 4.95 26.8 -
YUV 53.65 178.99 160.35 -
System Red Green Blue C M Y K H S L
Decimal 99 13 144 0.31 0.91 0 0.44 279.39 0.83 0.31
Hex 63 D 90 1F 5B 0 2C 117 53 1F
Octal 143 15 220 37 133 0 54 427 123 37
Binary 1100011 1101 10010000 11111 1011011 0 101100 100010111 1010011 11111

Color Harmonies of #630D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630D90

Black with #630D90

Text Example


Text Example

White with #630D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630D90; }

 p { color: rgb(99,13,144); }

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

background-color css

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

 a { background-color: rgb(99,13,144); }

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

border-color css

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

 span { border-color: rgb(99,13,144); }

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