#25077A

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

Shades of Persian Indigo #25077A

Tints of Persian Indigo #25077A

Color information

#25077A (or 0x25077A) is unknown color: approx Persian Indigo. HEX triplet: 25, 07 and 7A. RGB value is (37,7,122). Sum of RGB (Red+Green+Blue) = 37+7+122=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 122 (48.05% from 255 or 73.49% from 166); Max value from RGB is 122 - color contains mainly: blue. Hex color #25077A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25077A is #DAF885. Grayscale: #1C1C1C. Windows color (decimal): -14350470 or 7997221. OLE color: 7997221.

HSL color Cylindrical-coordinate representation of color #25077A: hue angle of 255.65º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25077A is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB377122-
CMYK0.700.9400.52
HSL255.65º89.15%25.29%-
HSV(B)255.65º94.26%47.84%-
XYZ4.351.9518.56-
YUV29.08180.44133.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.29%
GREEN value IS 7 (3.12% from 255) = 4.22%
BLUE value IS 122 (48.05% from 255) = 73.49%
R=22.29%
G=4.22%
B=73.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3771220.700.9400.52255.6589.1525.29
Hex2577A465E0341005919
Octal45717210613606440013131
Binary1001011111111010100011010111100110100100000000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25077A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25077A; }

 p { color: rgb(37,7,122); }

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

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

 a { background-color: rgb(37,7,122); }

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

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

 span { border-color: rgb(37,7,122); }

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