Html Css Color HEX #62007D Indigo

📋 copy color: '#62007D'

red 98 ◦ green 0 ◦ blue 125

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

Shades of Indigo #62007D

Tints of Indigo #62007D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 125 (49.22% from 255) = 56.05%

R = 43.95%
G = 0%
B = 56.05%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62007D (or 0x62007D) is known color: Indigo. HEX triplet: 62, 00 and 7D. RGB value is (98,0,125). Sum of RGB (Red+Green+Blue) = 98+0+125=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #62007D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62007D is #9DFF82. Grayscale: #2B2B2B. Windows color (decimal): -10354563 or 8192098. OLE color: 8192098.

HSL color Cylindrical-coordinate representation of color #62007D: hue angle of 287.04º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62007D is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 98 0 125 -
CMYK 0.22 1 0 0.51
HSL 287.04º 1% 0.25% -
HSV(B) 287.04º 1% 0.49% -
XYZ 8.74 4.08 19.73 -
YUV 43.55 173.97 166.84 -
System Red Green Blue C M Y K H S L
Decimal 98 0 125 0.22 1 0 0.51 287.04 1 0.25
Hex 62 0 7D 16 64 0 33 11F 64 19
Octal 142 0 175 26 144 0 63 437 144 31
Binary 1100010 0 1111101 10110 1100100 0 110011 100011111 1100100 11001

Color Harmonies of #62007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62007D

Black with #62007D

Text Example


Text Example

White with #62007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62007D; }

 p { color: rgb(98,0,125); }

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

background-color css

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

 a { background-color: rgb(98,0,125); }

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

border-color css

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

 span { border-color: rgb(98,0,125); }

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