Html Css Color HEX #620394 Indigo

📋 copy color: '#620394'

red 98 ◦ green 3 ◦ blue 148

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

Shades of Indigo #620394

Tints of Indigo #620394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 39.36%
G = 1.2%
B = 59.44%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#620394 (or 0x620394) is known color: Indigo. HEX triplet: 62, 03 and 94. RGB value is (98,3,148). Sum of RGB (Red+Green+Blue) = 98+3+148=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #620394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620394 is #9DFC6B. Grayscale: #2F2F2F. Windows color (decimal): -10353772 or 9700194. OLE color: 9700194.

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

Color convert

RGB 98 3 148 -
CMYK 0.34 0.98 0 0.42
HSL 279.31º 0.96% 0.3% -
HSV(B) 279.31º 0.98% 0.58% -
XYZ 10.41 4.8 28.39 -
YUV 47.94 184.47 163.71 -
System Red Green Blue C M Y K H S L
Decimal 98 3 148 0.34 0.98 0 0.42 279.31 0.96 0.3
Hex 62 3 94 22 62 0 2A 117 60 1E
Octal 142 3 224 42 142 0 52 427 140 36
Binary 1100010 11 10010100 100010 1100010 0 101010 100010111 1100000 11110

Color Harmonies of #620394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620394

Black with #620394

Text Example


Text Example

White with #620394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620394; }

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

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

background-color css

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

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

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

border-color css

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

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

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