Html Css Color HEX #62108C Indigo

📋 copy color: '#62108C'

red 98 ◦ green 16 ◦ blue 140

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

Shades of Indigo #62108C

Tints of Indigo #62108C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.12%

R = 38.58%
G = 6.3%
B = 55.12%

CMYK

 C value IS 0.3

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62108C (or 0x62108C) is known color: Indigo. HEX triplet: 62, 10 and 8C. RGB value is (98,16,140). Sum of RGB (Red+Green+Blue) = 98+16+140=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #62108C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62108C is #9DEF73. Grayscale: #363636. Windows color (decimal): -10350452 or 9179234. OLE color: 9179234.

HSL color Cylindrical-coordinate representation of color #62108C: hue angle of 279.68º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62108C is Cyan = 0.3, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 16 140 -
CMYK 0.3 0.89 0 0.45
HSL 279.68º 0.79% 0.31% -
HSV(B) 279.68º 0.89% 0.55% -
XYZ 9.96 4.86 25.22 -
YUV 54.65 176.17 158.92 -
System Red Green Blue C M Y K H S L
Decimal 98 16 140 0.3 0.89 0 0.45 279.68 0.79 0.31
Hex 62 10 8C 1E 59 0 2D 118 4F 1F
Octal 142 20 214 36 131 0 55 430 117 37
Binary 1100010 10000 10001100 11110 1011001 0 101101 100011000 1001111 11111

Color Harmonies of #62108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62108C

Black with #62108C

Text Example


Text Example

White with #62108C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62108C; }

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

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

background-color css

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

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

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

border-color css

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

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

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