Html Css Color HEX #60078C Indigo

📋 copy color: '#60078C'

red 96 ◦ green 7 ◦ blue 140

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

Shades of Indigo #60078C

Tints of Indigo #60078C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.61%

R = 39.51%
G = 2.88%
B = 57.61%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60078C (or 0x60078C) is known color: Indigo. HEX triplet: 60, 07 and 8C. RGB value is (96,7,140). Sum of RGB (Red+Green+Blue) = 96+7+140=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 140 (55.08% from 255 or 57.61% from 243); Max value from RGB is 140 - color contains mainly: blue. Hex color #60078C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60078C is #9FF873. Grayscale: #303030. Windows color (decimal): -10483828 or 9176928. OLE color: 9176928.

HSL color Cylindrical-coordinate representation of color #60078C: hue angle of 280.15º degrees, saturation: 0.9, 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 #60078C is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 7 140 -
CMYK 0.31 0.95 0 0.45
HSL 280.15º 0.9% 0.29% -
HSV(B) 280.15º 0.95% 0.55% -
XYZ 9.63 4.53 25.18 -
YUV 48.77 179.49 161.69 -
System Red Green Blue C M Y K H S L
Decimal 96 7 140 0.31 0.95 0 0.45 280.15 0.9 0.29
Hex 60 7 8C 1F 5F 0 2D 118 5A 1D
Octal 140 7 214 37 137 0 55 430 132 35
Binary 1100000 111 10001100 11111 1011111 0 101101 100011000 1011010 11101

Color Harmonies of #60078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60078C

Black with #60078C

Text Example


Text Example

White with #60078C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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