Html Css Color HEX #620985 Indigo

📋 copy color: '#620985'

red 98 ◦ green 9 ◦ blue 133

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

Shades of Indigo #620985

Tints of Indigo #620985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.75%

 BLUE value IS 133 (52.34% from 255) = 55.42%

R = 40.83%
G = 3.75%
B = 55.42%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#620985 (or 0x620985) is known color: Indigo. HEX triplet: 62, 09 and 85. RGB value is (98,9,133). Sum of RGB (Red+Green+Blue) = 98+9+133=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #620985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620985 is #9DF67A. Grayscale: #313131. Windows color (decimal): -10352251 or 8718690. OLE color: 8718690.

HSL color Cylindrical-coordinate representation of color #620985: hue angle of 283.06º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620985 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 9 133 -
CMYK 0.26 0.93 0 0.48
HSL 283.06º 0.87% 0.28% -
HSV(B) 283.06º 0.93% 0.52% -
XYZ 9.37 4.49 22.56 -
YUV 49.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 98 9 133 0.26 0.93 0 0.48 283.06 0.87 0.28
Hex 62 9 85 1A 5D 0 30 11B 57 1C
Octal 142 11 205 32 135 0 60 433 127 34
Binary 1100010 1001 10000101 11010 1011101 0 110000 100011011 1010111 11100

Color Harmonies of #620985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620985

Black with #620985

Text Example


Text Example

White with #620985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620985; }

 p { color: rgb(98,9,133); }

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

background-color css

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

 a { background-color: rgb(98,9,133); }

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

border-color css

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

 span { border-color: rgb(98,9,133); }

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