Html Css Color HEX #621084 Indigo

📋 copy color: '#621084'

red 98 ◦ green 16 ◦ blue 132

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

Shades of Indigo #621084

Tints of Indigo #621084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 53.66%

R = 39.84%
G = 6.5%
B = 53.66%

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

#621084 (or 0x621084) is known color: Indigo. HEX triplet: 62, 10 and 84. RGB value is (98,16,132). Sum of RGB (Red+Green+Blue) = 98+16+132=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #621084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621084 is #9DEF7B. Grayscale: #353535. Windows color (decimal): -10350460 or 8654946. OLE color: 8654946.

HSL color Cylindrical-coordinate representation of color #621084: hue angle of 282.41º degrees, saturation: 0.78, 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 #621084 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 16 132 -
CMYK 0.26 0.88 0 0.48
HSL 282.41º 0.78% 0.29% -
HSV(B) 282.41º 0.88% 0.52% -
XYZ 9.39 4.63 22.23 -
YUV 53.74 172.17 159.57 -
System Red Green Blue C M Y K H S L
Decimal 98 16 132 0.26 0.88 0 0.48 282.41 0.78 0.29
Hex 62 10 84 1A 58 0 30 11A 4E 1D
Octal 142 20 204 32 130 0 60 432 116 35
Binary 1100010 10000 10000100 11010 1011000 0 110000 100011010 1001110 11101

Color Harmonies of #621084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621084

Black with #621084

Text Example


Text Example

White with #621084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621084; }

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

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

background-color css

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

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

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

border-color css

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

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

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