Html Css Color HEX #620598 Indigo

📋 copy color: '#620598'

red 98 ◦ green 5 ◦ blue 152

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

Shades of Indigo #620598

Tints of Indigo #620598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.96%

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

R = 38.43%
G = 1.96%
B = 59.61%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#620598 (or 0x620598) is known color: Indigo. HEX triplet: 62, 05 and 98. RGB value is (98,5,152). Sum of RGB (Red+Green+Blue) = 98+5+152=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #620598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620598 is #9DFA67. Grayscale: #313131. Windows color (decimal): -10353256 or 9962850. OLE color: 9962850.

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

Color convert

RGB 98 5 152 -
CMYK 0.36 0.97 0 0.40
HSL 277.96º 0.94% 0.31% -
HSV(B) 277.96º 0.97% 0.6% -
XYZ 10.76 4.97 30.1 -
YUV 49.57 185.81 162.55 -
System Red Green Blue C M Y K H S L
Decimal 98 5 152 0.36 0.97 0 0.40 277.96 0.94 0.31
Hex 62 5 98 24 61 0 28 116 5E 1F
Octal 142 5 230 44 141 0 50 426 136 37
Binary 1100010 101 10011000 100100 1100001 0 101000 100010110 1011110 11111

Color Harmonies of #620598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620598

Black with #620598

Text Example


Text Example

White with #620598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620598; }

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

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

background-color css

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

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

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

border-color css

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

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

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