Html Css Color HEX #62047B Indigo

📋 copy color: '#62047B'

red 98 ◦ green 4 ◦ blue 123

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

Shades of Indigo #62047B

Tints of Indigo #62047B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.78%

 BLUE value IS 123 (48.44% from 255) = 54.67%

R = 43.56%
G = 1.78%
B = 54.67%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#62047B (or 0x62047B) is known color: Indigo. HEX triplet: 62, 04 and 7B. RGB value is (98,4,123). Sum of RGB (Red+Green+Blue) = 98+4+123=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #62047B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62047B is #9DFB84. Grayscale: #2D2D2D. Windows color (decimal): -10353541 or 8062050. OLE color: 8062050.

HSL color Cylindrical-coordinate representation of color #62047B: hue angle of 287.39º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #62047B is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 98 4 123 -
CMYK 0.20 0.97 0 0.52
HSL 287.4º 0.94% 0.25% -
HSV(B) 287.4º 0.97% 0.48% -
XYZ 8.66 4.11 19.08 -
YUV 45.67 171.64 165.32 -
System Red Green Blue C M Y K H S L
Decimal 98 4 123 0.20 0.97 0 0.52 287.4 0.94 0.25
Hex 62 4 7B 14 61 0 34 11F 5E 19
Octal 142 4 173 24 141 0 64 437 136 31
Binary 1100010 100 1111011 10100 1100001 0 110100 100011111 1011110 11001

Color Harmonies of #62047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62047B

Black with #62047B

Text Example


Text Example

White with #62047B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62047B; }

 p { color: rgb(98,4,123); }

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

background-color css

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

 a { background-color: rgb(98,4,123); }

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

border-color css

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

 span { border-color: rgb(98,4,123); }

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