#62078A

Color #62078A Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #62078A

Tints of Indigo #62078A

Color information

#62078A (or 0x62078A) is unknown color: approx Indigo. HEX triplet: 62, 07 and 8A. RGB value is (98,7,138). Sum of RGB (Red+Green+Blue) = 98+7+138=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 138 (54.30% from 255 or 56.79% from 243); Max value from RGB is 138 - color contains mainly: blue. Hex color #62078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62078A is #9DF875. Grayscale: #303030. Windows color (decimal): -10352758 or 9045858. OLE color: 9045858.

HSL color Cylindrical-coordinate representation of color #62078A: hue angle of 281.68º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #62078A is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB987138-
CMYK0.290.9500.46
HSL281.68º90.34%28.43%-
HSV(B)281.68º94.93%54.12%-
XYZ9.74.5824.42-
YUV49.14178.15162.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.33%
GREEN value IS 7 (3.12% from 255) = 2.88%
BLUE value IS 138 (54.30% from 255) = 56.79%
R=40.33%
G=2.88%
B=56.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9871380.290.9500.46281.6890.3428.43
Hex6278A1D5F02E11a5a1c
Octal14272123513705643213234
Binary1100010111100010101110110111110101110100011010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62078A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,7,138); }

 H1.HeaderClassName
 {
   color: #62078A;
 }
 .AnyTagClassName
 {
   color: #62078A;
 }
</style>
background-color css

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

 a { background-color: rgb(98,7,138); }

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

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

 span { border-color: rgb(98,7,138); }

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