Html Css Color HEX #62009B Indigo

📋 copy color: '#62009B'

red 98 ◦ green 0 ◦ blue 155

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

Shades of Indigo #62009B

Tints of Indigo #62009B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 61.26%

R = 38.74%
G = 0%
B = 61.26%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#62009B (or 0x62009B) is known color: Indigo. HEX triplet: 62, 00 and 9B. RGB value is (98,0,155). Sum of RGB (Red+Green+Blue) = 98+0+155=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #62009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62009B is #9DFF64. Grayscale: #2E2E2E. Windows color (decimal): -10354533 or 10158178. OLE color: 10158178.

HSL color Cylindrical-coordinate representation of color #62009B: hue angle of 277.94º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62009B is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 0 155 -
CMYK 0.37 1 0 0.39
HSL 277.94º 1% 0.3% -
HSV(B) 277.94º 1% 0.61% -
XYZ 10.95 4.96 31.39 -
YUV 46.97 188.97 164.4 -
System Red Green Blue C M Y K H S L
Decimal 98 0 155 0.37 1 0 0.39 277.94 1 0.3
Hex 62 0 9B 25 64 0 27 116 64 1E
Octal 142 0 233 45 144 0 47 426 144 36
Binary 1100010 0 10011011 100101 1100100 0 100111 100010110 1100100 11110

Color Harmonies of #62009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62009B

Black with #62009B

Text Example


Text Example

White with #62009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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