#25167C

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

Shades of Persian Indigo #25167C

Tints of Persian Indigo #25167C

Color information

#25167C (or 0x25167C) is unknown color: approx Persian Indigo. HEX triplet: 25, 16 and 7C. RGB value is (37,22,124). Sum of RGB (Red+Green+Blue) = 37+22+124=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 124 (48.83% from 255 or 67.76% from 183); Max value from RGB is 124 - color contains mainly: blue. Hex color #25167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25167C is #DAE983. Grayscale: #252525. Windows color (decimal): -14346628 or 8132133. OLE color: 8132133.

HSL color Cylindrical-coordinate representation of color #25167C: hue angle of 248.82º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25167C is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3722124-
CMYK0.700.8200.51
HSL248.82º69.86%28.63%-
HSV(B)248.82º82.26%48.63%-
XYZ4.692.4219.29-
YUV38.11176.47127.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.22%
GREEN value IS 22 (8.98% from 255) = 12.02%
BLUE value IS 124 (48.83% from 255) = 67.76%
R=20.22%
G=12.02%
B=67.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37221240.700.8200.51248.8269.8628.63
Hex25167C4652033f9461d
Octal452617410612206337110635
Binary10010110110111110010001101010010011001111111001100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25167C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,22,124); }

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

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

 a { background-color: rgb(37,22,124); }

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

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

 span { border-color: rgb(37,22,124); }

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