#25067F

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

Shades of Persian Indigo #25067F

Tints of Persian Indigo #25067F

Color information

#25067F (or 0x25067F) is unknown color: approx Persian Indigo. HEX triplet: 25, 06 and 7F. RGB value is (37,6,127). Sum of RGB (Red+Green+Blue) = 37+6+127=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 127 (50% from 255 or 74.71% from 170); Max value from RGB is 127 - color contains mainly: blue. Hex color #25067F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25067F is #DAF980. Grayscale: #1C1C1C. Windows color (decimal): -14350721 or 8324645. OLE color: 8324645.

HSL color Cylindrical-coordinate representation of color #25067F: hue angle of 255.37º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25067F is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB376127-
CMYK0.710.9500.50
HSL255.37º90.98%26.08%-
HSV(B)255.37º95.28%49.8%-
XYZ4.662.0620.23-
YUV29.06183.27133.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 6 (2.73% from 255) = 3.53%
BLUE value IS 127 (50% from 255) = 74.71%
R=21.76%
G=3.53%
B=74.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3761270.710.9500.50255.3790.9826.08
Hex2567F475F032ff5b1a
Octal45617710713706237713332
Binary100101110111111110001111011111011001011111111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25067F; }

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

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

<style>
 a { background-color: #25067F; }

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

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

<style>
 span { border-color: #25067F; }

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

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