Html Css Color HEX #61078E Indigo

📋 copy color: '#61078E'

red 97 ◦ green 7 ◦ blue 142

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

Shades of Indigo #61078E

Tints of Indigo #61078E

RGB

 RED value IS 97 (38.28% from 255) = 39.43%

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

 BLUE value IS 142 (55.86% from 255) = 57.72%

R = 39.43%
G = 2.85%
B = 57.72%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#61078E (or 0x61078E) is known color: Indigo. HEX triplet: 61, 07 and 8E. RGB value is (97,7,142). Sum of RGB (Red+Green+Blue) = 97+7+142=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 142 (55.86% from 255 or 57.72% from 246); Max value from RGB is 142 - color contains mainly: blue. Hex color #61078E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61078E is #9EF871. Grayscale: #303030. Windows color (decimal): -10418290 or 9308001. OLE color: 9308001.

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

Color convert

RGB 97 7 142 -
CMYK 0.32 0.95 0 0.44
HSL 280º 0.91% 0.29% -
HSV(B) 280º 0.95% 0.56% -
XYZ 9.89 4.65 25.97 -
YUV 49.3 180.32 162.02 -
System Red Green Blue C M Y K H S L
Decimal 97 7 142 0.32 0.95 0 0.44 280 0.91 0.29
Hex 61 7 8E 20 5F 0 2C 118 5B 1D
Octal 141 7 216 40 137 0 54 430 133 35
Binary 1100001 111 10001110 100000 1011111 0 101100 100011000 1011011 11101

Color Harmonies of #61078E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61078E

Black with #61078E

Text Example


Text Example

White with #61078E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61078E; }

 p { color: rgb(97,7,142); }

 H1.HeaderClassName
 {
   color: #61078E;
 }
 .AnyTagClassName
 {
   color: #61078E;
 }
</style>

background-color css

<style>
 a { background-color: #61078E; }

 a { background-color: rgb(97,7,142); }

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

border-color css

<style>
 span { border-color: #61078E; }

 span { border-color: rgb(97,7,142); }

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