Html Css Color HEX #621394 Indigo

📋 copy color: '#621394'

red 98 ◦ green 19 ◦ blue 148

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

Shades of Indigo #621394

Tints of Indigo #621394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

 BLUE value IS 148 (58.2% from 255) = 55.85%

R = 36.98%
G = 7.17%
B = 55.85%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#621394 (or 0x621394) is known color: Indigo. HEX triplet: 62, 13 and 94. RGB value is (98,19,148). Sum of RGB (Red+Green+Blue) = 98+19+148=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #621394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621394 is #9DEC6B. Grayscale: #383838. Windows color (decimal): -10349676 or 9704290. OLE color: 9704290.

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

Color convert

RGB 98 19 148 -
CMYK 0.34 0.87 0 0.42
HSL 276.74º 0.77% 0.33% -
HSV(B) 276.74º 0.87% 0.58% -
XYZ 10.62 5.2 28.46 -
YUV 57.33 179.17 157.01 -
System Red Green Blue C M Y K H S L
Decimal 98 19 148 0.34 0.87 0 0.42 276.74 0.77 0.33
Hex 62 13 94 22 57 0 2A 115 4D 21
Octal 142 23 224 42 127 0 52 425 115 41
Binary 1100010 10011 10010100 100010 1010111 0 101010 100010101 1001101 100001

Color Harmonies of #621394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621394

Black with #621394

Text Example


Text Example

White with #621394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621394; }

 p { color: rgb(98,19,148); }

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

background-color css

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

 a { background-color: rgb(98,19,148); }

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

border-color css

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

 span { border-color: rgb(98,19,148); }

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