#25076B

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

Shades of Persian Indigo #25076B

Tints of Persian Indigo #25076B

Color information

#25076B (or 0x25076B) is unknown color: approx Persian Indigo. HEX triplet: 25, 07 and 6B. RGB value is (37,7,107). Sum of RGB (Red+Green+Blue) = 37+7+107=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 107 (42.19% from 255 or 70.86% from 151); Max value from RGB is 107 - color contains mainly: blue. Hex color #25076B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25076B is #DAF894. Grayscale: #1B1B1B. Windows color (decimal): -14350485 or 7014181. OLE color: 7014181.

HSL color Cylindrical-coordinate representation of color #25076B: hue angle of 258º 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 #25076B is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB377107-
CMYK0.650.9300.58
HSL258º87.72%22.35%-
HSV(B)258º93.46%41.96%-
XYZ3.491.6114.04-
YUV27.37172.94134.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 7 (3.12% from 255) = 4.64%
BLUE value IS 107 (42.19% from 255) = 70.86%
R=24.50%
G=4.64%
B=70.86%

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
Decimal3771070.650.9300.5825887.7222.35
Hex2576B415D03A1025816
Octal45715310113507240213026
Binary1001011111101011100000110111010111010100000010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25076B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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