#25037B

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

Shades of Persian Indigo #25037B

Tints of Persian Indigo #25037B

Color information

#25037B (or 0x25037B) is unknown color: approx Persian Indigo. HEX triplet: 25, 03 and 7B. RGB value is (37,3,123). Sum of RGB (Red+Green+Blue) = 37+3+123=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 123 (48.44% from 255 or 75.46% from 163); Max value from RGB is 123 - color contains mainly: blue. Hex color #25037B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25037B is #DAFC84. Grayscale: #1A1A1A. Windows color (decimal): -14351493 or 8061733. OLE color: 8061733.

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

Color convert

RGB373123-
CMYK0.700.9800.52
HSL257º95.24%24.71%-
HSV(B)257º97.56%48.24%-
XYZ4.371.8918.87-
YUV26.85182.26135.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 3 (1.56% from 255) = 1.84%
BLUE value IS 123 (48.44% from 255) = 75.46%
R=22.70%
G=1.84%
B=75.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3731230.700.9800.5225795.2424.71
Hex2537B46620341015f19
Octal45317310614206440113731
Binary100101111111011100011011000100110100100000001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25037B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,3,123); }

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

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

 a { background-color: rgb(37,3,123); }

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

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

 span { border-color: rgb(37,3,123); }

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