Html Css Color HEX #621098 Indigo

📋 copy color: '#621098'

red 98 ◦ green 16 ◦ blue 152

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

Shades of Indigo #621098

Tints of Indigo #621098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.02%

 BLUE value IS 152 (59.77% from 255) = 57.14%

R = 36.84%
G = 6.02%
B = 57.14%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#621098 (or 0x621098) is known color: Indigo. HEX triplet: 62, 10 and 98. RGB value is (98,16,152). Sum of RGB (Red+Green+Blue) = 98+16+152=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #621098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621098 is #9DEF67. Grayscale: #373737. Windows color (decimal): -10350440 or 9965666. OLE color: 9965666.

HSL color Cylindrical-coordinate representation of color #621098: hue angle of 276.18º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #621098 is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 16 152 -
CMYK 0.36 0.89 0 0.40
HSL 276.18º 0.81% 0.33% -
HSV(B) 276.18º 0.89% 0.6% -
XYZ 10.89 5.23 30.14 -
YUV 56.02 182.17 157.94 -
System Red Green Blue C M Y K H S L
Decimal 98 16 152 0.36 0.89 0 0.40 276.18 0.81 0.33
Hex 62 10 98 24 59 0 28 114 51 21
Octal 142 20 230 44 131 0 50 424 121 41
Binary 1100010 10000 10011000 100100 1011001 0 101000 100010100 1010001 100001

Color Harmonies of #621098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621098

Black with #621098

Text Example


Text Example

White with #621098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621098; }

 p { color: rgb(98,16,152); }

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

background-color css

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

 a { background-color: rgb(98,16,152); }

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

border-color css

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

 span { border-color: rgb(98,16,152); }

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