Html Css Color HEX #621295 Indigo

📋 copy color: '#621295'

red 98 ◦ green 18 ◦ blue 149

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

Shades of Indigo #621295

Tints of Indigo #621295

RGB

 RED value IS 98 (38.67% from 255) = 36.98%

 GREEN value IS 18 (7.42% from 255) = 6.79%

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

R = 36.98%
G = 6.79%
B = 56.23%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#621295 (or 0x621295) is known color: Indigo. HEX triplet: 62, 12 and 95. RGB value is (98,18,149). Sum of RGB (Red+Green+Blue) = 98+18+149=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #621295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621295 is #9DED6A. Grayscale: #383838. Windows color (decimal): -10349931 or 9769570. OLE color: 9769570.

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

Color convert

RGB 98 18 149 -
CMYK 0.34 0.88 0 0.42
HSL 276.64º 0.78% 0.33% -
HSV(B) 276.64º 0.88% 0.58% -
XYZ 10.68 5.2 28.87 -
YUV 56.85 180 157.35 -
System Red Green Blue C M Y K H S L
Decimal 98 18 149 0.34 0.88 0 0.42 276.64 0.78 0.33
Hex 62 12 95 22 58 0 2A 115 4E 21
Octal 142 22 225 42 130 0 52 425 116 41
Binary 1100010 10010 10010101 100010 1011000 0 101010 100010101 1001110 100001

Color Harmonies of #621295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621295

Black with #621295

Text Example


Text Example

White with #621295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621295; }

 p { color: rgb(98,18,149); }

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

background-color css

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

 a { background-color: rgb(98,18,149); }

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

border-color css

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

 span { border-color: rgb(98,18,149); }

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