#171040

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

Shades of Tolopea #171040

Tints of Tolopea #171040

Color information

#171040 (or 0x171040) is unknown color: approx Tolopea. HEX triplet: 17, 10 and 40. RGB value is (23,16,64). Sum of RGB (Red+Green+Blue) = 23+16+64=103 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.33% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #171040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171040 is #E8EFBF. Grayscale: #171717. Windows color (decimal): -15265728 or 4198423. OLE color: 4198423.

HSL color Cylindrical-coordinate representation of color #171040: hue angle of 248.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #171040 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB231664-
CMYK0.640.7500.75
HSL248.75º60%15.69%-
HSV(B)248.75º75%25.1%-
XYZ1.460.924.95-
YUV23.56150.82127.6-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 22.33%
GREEN value IS 16 (6.64% from 255) = 15.53%
BLUE value IS 64 (25.39% from 255) = 62.14%
R=22.33%
G=15.53%
B=62.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2316640.640.7500.75248.756015.69
Hex171040404B04Bf93c10
Octal272010010011301133717420
Binary1011110000100000010000001001011010010111111100111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171040; }

 p { color: rgb(23,16,64); }

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

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

 a { background-color: rgb(23,16,64); }

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

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

 span { border-color: rgb(23,16,64); }

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