#250273

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

Shades of Persian Indigo #250273

Tints of Persian Indigo #250273

Color information

#250273 (or 0x250273) is unknown color: approx Persian Indigo. HEX triplet: 25, 02 and 73. RGB value is (37,2,115). Sum of RGB (Red+Green+Blue) = 37+2+115=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 115 (45.31% from 255 or 74.68% from 154); Max value from RGB is 115 - color contains mainly: blue. Hex color #250273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250273 is #DAFD8C. Grayscale: #181818. Windows color (decimal): -14351757 or 7537189. OLE color: 7537189.

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

Color convert

RGB372115-
CMYK0.680.9800.55
HSL258.58º96.58%22.94%-
HSV(B)258.58º98.26%45.1%-
XYZ3.881.6716.34-
YUV25.35178.6136.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 115 (45.31% from 255) = 74.68%
R=24.03%
G=1.30%
B=74.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3721150.680.9800.55258.5896.5822.94
Hex2527344620371036117
Octal45216310414206740314127
Binary100101101110011100010011000100110111100000011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250273; }

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

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

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

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

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

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

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

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