#250573

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

Shades of Persian Indigo #250573

Tints of Persian Indigo #250573

Color information

#250573 (or 0x250573) is unknown color: approx Persian Indigo. HEX triplet: 25, 05 and 73. RGB value is (37,5,115). Sum of RGB (Red+Green+Blue) = 37+5+115=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 115 (45.31% from 255 or 73.25% from 157); Max value from RGB is 115 - color contains mainly: blue. Hex color #250573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250573 is #DAFA8C. Grayscale: #1A1A1A. Windows color (decimal): -14350989 or 7537957. OLE color: 7537957.

HSL color Cylindrical-coordinate representation of color #250573: hue angle of 257.45º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250573 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB375115-
CMYK0.680.9600.55
HSL257.45º91.67%23.53%-
HSV(B)257.45º95.65%45.1%-
XYZ3.911.7416.35-
YUV27.11177.6135.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 115 (45.31% from 255) = 73.25%
R=23.57%
G=3.18%
B=73.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3751150.680.9600.55257.4591.6723.53
Hex2557344600371015c18
Octal45516310414006740113430
Binary1001011011110011100010011000000110111100000001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250573; }

 p { color: rgb(37,5,115); }

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

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

 a { background-color: rgb(37,5,115); }

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

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

 span { border-color: rgb(37,5,115); }

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