Html Css Color HEX #620094 Indigo

📋 copy color: '#620094'

red 98 ◦ green 0 ◦ blue 148

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

Shades of Indigo #620094

Tints of Indigo #620094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.84%
G = 0%
B = 60.16%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#620094 (or 0x620094) is known color: Indigo. HEX triplet: 62, 00 and 94. RGB value is (98,0,148). Sum of RGB (Red+Green+Blue) = 98+0+148=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #620094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620094 is #9DFF6B. Grayscale: #2D2D2D. Windows color (decimal): -10354540 or 9699426. OLE color: 9699426.

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

Color convert

RGB 98 0 148 -
CMYK 0.34 1 0 0.42
HSL 279.73º 1% 0.29% -
HSV(B) 279.73º 1% 0.58% -
XYZ 10.38 4.73 28.38 -
YUV 46.17 185.47 164.97 -
System Red Green Blue C M Y K H S L
Decimal 98 0 148 0.34 1 0 0.42 279.73 1 0.29
Hex 62 0 94 22 64 0 2A 118 64 1D
Octal 142 0 224 42 144 0 52 430 144 35
Binary 1100010 0 10010100 100010 1100100 0 101010 100011000 1100100 11101

Color Harmonies of #620094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620094

Black with #620094

Text Example


Text Example

White with #620094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620094; }

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

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

background-color css

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

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

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

border-color css

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

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

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