Html Css Color HEX #630382 Indigo

📋 copy color: '#630382'

red 99 ◦ green 3 ◦ blue 130

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

Shades of Indigo #630382

Tints of Indigo #630382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

 BLUE value IS 130 (51.17% from 255) = 56.03%

R = 42.67%
G = 1.29%
B = 56.03%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#630382 (or 0x630382) is known color: Indigo. HEX triplet: 63, 03 and 82. RGB value is (99,3,130). Sum of RGB (Red+Green+Blue) = 99+3+130=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #630382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630382 is #9CFC7D. Grayscale: #2D2D2D. Windows color (decimal): -10288254 or 8520547. OLE color: 8520547.

HSL color Cylindrical-coordinate representation of color #630382: hue angle of 285.35º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630382 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 3 130 -
CMYK 0.24 0.98 0 0.49
HSL 285.35º 0.95% 0.26% -
HSV(B) 285.35º 0.98% 0.51% -
XYZ 9.21 4.33 21.47 -
YUV 46.18 175.3 165.67 -
System Red Green Blue C M Y K H S L
Decimal 99 3 130 0.24 0.98 0 0.49 285.35 0.95 0.26
Hex 63 3 82 18 62 0 31 11D 5F 1A
Octal 143 3 202 30 142 0 61 435 137 32
Binary 1100011 11 10000010 11000 1100010 0 110001 100011101 1011111 11010

Color Harmonies of #630382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630382

Black with #630382

Text Example


Text Example

White with #630382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630382; }

 p { color: rgb(99,3,130); }

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

background-color css

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

 a { background-color: rgb(99,3,130); }

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

border-color css

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

 span { border-color: rgb(99,3,130); }

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