Html Css Color HEX #62009A Indigo

📋 copy color: '#62009A'

red 98 ◦ green 0 ◦ blue 154

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

Shades of Indigo #62009A

Tints of Indigo #62009A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 61.11%

R = 38.89%
G = 0%
B = 61.11%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#62009A (or 0x62009A) is known color: Indigo. HEX triplet: 62, 00 and 9A. RGB value is (98,0,154). Sum of RGB (Red+Green+Blue) = 98+0+154=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #62009A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62009A is #9DFF65. Grayscale: #2E2E2E. Windows color (decimal): -10354534 or 10092642. OLE color: 10092642.

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

Color convert

RGB 98 0 154 -
CMYK 0.36 1 0 0.40
HSL 278.18º 1% 0.3% -
HSV(B) 278.18º 1% 0.6% -
XYZ 10.87 4.93 30.95 -
YUV 46.86 188.47 164.48 -
System Red Green Blue C M Y K H S L
Decimal 98 0 154 0.36 1 0 0.40 278.18 1 0.3
Hex 62 0 9A 24 64 0 28 116 64 1E
Octal 142 0 232 44 144 0 50 426 144 36
Binary 1100010 0 10011010 100100 1100100 0 101000 100010110 1100100 11110

Color Harmonies of #62009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62009A

Black with #62009A

Text Example


Text Example

White with #62009A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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