Html Css Color HEX #621896 Indigo

📋 copy color: '#621896'

red 98 ◦ green 24 ◦ blue 150

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

Shades of Indigo #621896

Tints of Indigo #621896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.82%

 BLUE value IS 150 (58.98% from 255) = 55.15%

R = 36.03%
G = 8.82%
B = 55.15%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#621896 (or 0x621896) is known color: Indigo. HEX triplet: 62, 18 and 96. RGB value is (98,24,150). Sum of RGB (Red+Green+Blue) = 98+24+150=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #621896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621896 is #9DE769. Grayscale: #3C3C3C. Windows color (decimal): -10348394 or 9836642. OLE color: 9836642.

HSL color Cylindrical-coordinate representation of color #621896: hue angle of 275.24º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621896 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 24 150 -
CMYK 0.35 0.84 0 0.41
HSL 275.24º 0.72% 0.34% -
HSV(B) 275.24º 0.84% 0.59% -
XYZ 10.87 5.45 29.33 -
YUV 60.49 178.52 154.75 -
System Red Green Blue C M Y K H S L
Decimal 98 24 150 0.35 0.84 0 0.41 275.24 0.72 0.34
Hex 62 18 96 23 54 0 29 113 48 22
Octal 142 30 226 43 124 0 51 423 110 42
Binary 1100010 11000 10010110 100011 1010100 0 101001 100010011 1001000 100010

Color Harmonies of #621896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621896

Black with #621896

Text Example


Text Example

White with #621896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621896; }

 p { color: rgb(98,24,150); }

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

background-color css

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

 a { background-color: rgb(98,24,150); }

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

border-color css

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

 span { border-color: rgb(98,24,150); }

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