Html Css Color HEX #620592 Indigo

📋 copy color: '#620592'

red 98 ◦ green 5 ◦ blue 146

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

Shades of Indigo #620592

Tints of Indigo #620592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.63%

R = 39.36%
G = 2.01%
B = 58.63%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#620592 (or 0x620592) is known color: Indigo. HEX triplet: 62, 05 and 92. RGB value is (98,5,146). Sum of RGB (Red+Green+Blue) = 98+5+146=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #620592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620592 is #9DFA6D. Grayscale: #303030. Windows color (decimal): -10353262 or 9569634. OLE color: 9569634.

HSL color Cylindrical-coordinate representation of color #620592: hue angle of 279.57º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620592 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 5 146 -
CMYK 0.33 0.97 0 0.43
HSL 279.57º 0.93% 0.3% -
HSV(B) 279.57º 0.97% 0.57% -
XYZ 10.28 4.78 27.58 -
YUV 48.88 182.81 163.04 -
System Red Green Blue C M Y K H S L
Decimal 98 5 146 0.33 0.97 0 0.43 279.57 0.93 0.3
Hex 62 5 92 21 61 0 2B 118 5D 1E
Octal 142 5 222 41 141 0 53 430 135 36
Binary 1100010 101 10010010 100001 1100001 0 101011 100011000 1011101 11110

Color Harmonies of #620592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620592

Black with #620592

Text Example


Text Example

White with #620592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620592; }

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

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

background-color css

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

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

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

border-color css

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

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

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