Html Css Color HEX #621085 Indigo

📋 copy color: '#621085'

red 98 ◦ green 16 ◦ blue 133

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

Shades of Indigo #621085

Tints of Indigo #621085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.48%

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

R = 39.68%
G = 6.48%
B = 53.85%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#621085 (or 0x621085) is known color: Indigo. HEX triplet: 62, 10 and 85. RGB value is (98,16,133). Sum of RGB (Red+Green+Blue) = 98+16+133=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #621085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621085 is #9DEF7A. Grayscale: #353535. Windows color (decimal): -10350459 or 8720482. OLE color: 8720482.

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

Color convert

RGB 98 16 133 -
CMYK 0.26 0.88 0 0.48
HSL 282.05º 0.79% 0.29% -
HSV(B) 282.05º 0.88% 0.52% -
XYZ 9.46 4.66 22.59 -
YUV 53.86 172.67 159.49 -
System Red Green Blue C M Y K H S L
Decimal 98 16 133 0.26 0.88 0 0.48 282.05 0.79 0.29
Hex 62 10 85 1A 58 0 30 11A 4F 1D
Octal 142 20 205 32 130 0 60 432 117 35
Binary 1100010 10000 10000101 11010 1011000 0 110000 100011010 1001111 11101

Color Harmonies of #621085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621085

Black with #621085

Text Example


Text Example

White with #621085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621085; }

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

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

background-color css

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

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

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

border-color css

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

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

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