#25066A

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

Shades of Persian Indigo #25066A

Tints of Persian Indigo #25066A

Color information

#25066A (or 0x25066A) is unknown color: approx Persian Indigo. HEX triplet: 25, 06 and 6A. RGB value is (37,6,106). Sum of RGB (Red+Green+Blue) = 37+6+106=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 106 (41.80% from 255 or 71.14% from 149); Max value from RGB is 106 - color contains mainly: blue. Hex color #25066A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25066A is #DAF995. Grayscale: #1A1A1A. Windows color (decimal): -14350742 or 6948389. OLE color: 6948389.

HSL color Cylindrical-coordinate representation of color #25066A: hue angle of 258.6º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25066A is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB376106-
CMYK0.650.9400.58
HSL258.6º89.29%21.96%-
HSV(B)258.6º94.34%41.57%-
XYZ3.431.5613.76-
YUV26.67172.77135.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.83%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 106 (41.80% from 255) = 71.14%
R=24.83%
G=4.03%
B=71.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3761060.650.9400.58258.689.2921.96
Hex2566A415E03A1035916
Octal45615210113607240313126
Binary1001011101101010100000110111100111010100000011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25066A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,6,106); }

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

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

 a { background-color: rgb(37,6,106); }

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

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

 span { border-color: rgb(37,6,106); }

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