#25076A

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

Shades of Persian Indigo #25076A

Tints of Persian Indigo #25076A

Color information

#25076A (or 0x25076A) is unknown color: approx Persian Indigo. HEX triplet: 25, 07 and 6A. RGB value is (37,7,106). Sum of RGB (Red+Green+Blue) = 37+7+106=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 106 (41.80% from 255 or 70.67% from 150); Max value from RGB is 106 - color contains mainly: blue. Hex color #25076A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25076A is #DAF895. Grayscale: #1A1A1A. Windows color (decimal): -14350486 or 6948645. OLE color: 6948645.

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

Color convert

RGB377106-
CMYK0.650.9300.58
HSL258.18º87.61%22.16%-
HSV(B)258.18º93.4%41.57%-
XYZ3.441.5913.76-
YUV27.26172.44134.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.67%
GREEN value IS 7 (3.12% from 255) = 4.67%
BLUE value IS 106 (41.80% from 255) = 70.67%
R=24.67%
G=4.67%
B=70.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3771060.650.9300.58258.1887.6122.16
Hex2576A415D03A1025816
Octal45715210113507240213026
Binary1001011111101010100000110111010111010100000010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25076A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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