#250479

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

Shades of Persian Indigo #250479

Tints of Persian Indigo #250479

Color information

#250479 (or 0x250479) is unknown color: approx Persian Indigo. HEX triplet: 25, 04 and 79. RGB value is (37,4,121). Sum of RGB (Red+Green+Blue) = 37+4+121=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 121 (47.66% from 255 or 74.69% from 162); Max value from RGB is 121 - color contains mainly: blue. Hex color #250479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250479 is #DAFB86. Grayscale: #1A1A1A. Windows color (decimal): -14351239 or 7930917. OLE color: 7930917.

HSL color Cylindrical-coordinate representation of color #250479: hue angle of 256.92º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250479 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB374121-
CMYK0.690.9700.53
HSL256.92º93.6%24.51%-
HSV(B)256.92º96.69%47.45%-
XYZ4.261.8618.22-
YUV27.2180.93134.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 121 (47.66% from 255) = 74.69%
R=22.84%
G=2.47%
B=74.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3741210.690.9700.53256.9293.624.51
Hex2547945610351015e19
Octal45417110514106540113631
Binary1001011001111001100010111000010110101100000001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250479; }

 p { color: rgb(37,4,121); }

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

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

 a { background-color: rgb(37,4,121); }

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

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

 span { border-color: rgb(37,4,121); }

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