Html Css Color HEX #620292 Indigo

📋 copy color: '#620292'

red 98 ◦ green 2 ◦ blue 146

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

Shades of Indigo #620292

Tints of Indigo #620292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 39.84%
G = 0.81%
B = 59.35%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#620292 (or 0x620292) is known color: Indigo. HEX triplet: 62, 02 and 92. RGB value is (98,2,146). Sum of RGB (Red+Green+Blue) = 98+2+146=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #620292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620292 is #9DFD6D. Grayscale: #2E2E2E. Windows color (decimal): -10354030 or 9568866. OLE color: 9568866.

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

Color convert

RGB 98 2 146 -
CMYK 0.33 0.99 0 0.43
HSL 280º 0.97% 0.29% -
HSV(B) 280º 0.99% 0.57% -
XYZ 10.25 4.72 27.56 -
YUV 47.12 183.8 164.29 -
System Red Green Blue C M Y K H S L
Decimal 98 2 146 0.33 0.99 0 0.43 280 0.97 0.29
Hex 62 2 92 21 63 0 2B 118 61 1D
Octal 142 2 222 41 143 0 53 430 141 35
Binary 1100010 10 10010010 100001 1100011 0 101011 100011000 1100001 11101

Color Harmonies of #620292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620292

Black with #620292

Text Example


Text Example

White with #620292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620292; }

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

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

background-color css

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

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

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

border-color css

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

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

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