Html Css Color HEX #60078D Indigo

📋 copy color: '#60078D'

red 96 ◦ green 7 ◦ blue 141

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

Shades of Indigo #60078D

Tints of Indigo #60078D

RGB

 RED value IS 96 (37.89% from 255) = 39.34%

 GREEN value IS 7 (3.13% from 255) = 2.87%

 BLUE value IS 141 (55.47% from 255) = 57.79%

R = 39.34%
G = 2.87%
B = 57.79%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60078D (or 0x60078D) is known color: Indigo. HEX triplet: 60, 07 and 8D. RGB value is (96,7,141). Sum of RGB (Red+Green+Blue) = 96+7+141=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #60078D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60078D is #9FF872. Grayscale: #303030. Windows color (decimal): -10483827 or 9242464. OLE color: 9242464.

HSL color Cylindrical-coordinate representation of color #60078D: hue angle of 279.85º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60078D is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 7 141 -
CMYK 0.32 0.95 0 0.45
HSL 279.85º 0.91% 0.29% -
HSV(B) 279.85º 0.95% 0.55% -
XYZ 9.71 4.56 25.57 -
YUV 48.89 179.99 161.6 -
System Red Green Blue C M Y K H S L
Decimal 96 7 141 0.32 0.95 0 0.45 279.85 0.91 0.29
Hex 60 7 8D 20 5F 0 2D 118 5B 1D
Octal 140 7 215 40 137 0 55 430 133 35
Binary 1100000 111 10001101 100000 1011111 0 101101 100011000 1011011 11101

Color Harmonies of #60078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60078D

Black with #60078D

Text Example


Text Example

White with #60078D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,7,141); }

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

background-color css

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

 a { background-color: rgb(96,7,141); }

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

border-color css

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

 span { border-color: rgb(96,7,141); }

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