#250379

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

Shades of Persian Indigo #250379

Tints of Persian Indigo #250379

Color information

#250379 (or 0x250379) is unknown color: approx Persian Indigo. HEX triplet: 25, 03 and 79. RGB value is (37,3,121). Sum of RGB (Red+Green+Blue) = 37+3+121=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 121 (47.66% from 255 or 75.16% from 161); Max value from RGB is 121 - color contains mainly: blue. Hex color #250379 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250379 is #DAFC86. Grayscale: #1A1A1A. Windows color (decimal): -14351495 or 7930661. OLE color: 7930661.

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

Color convert

RGB373121-
CMYK0.690.9800.53
HSL257.29º95.16%24.31%-
HSV(B)257.29º97.52%47.45%-
XYZ4.251.8418.22-
YUV26.62181.26135.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.98%
GREEN value IS 3 (1.56% from 255) = 1.86%
BLUE value IS 121 (47.66% from 255) = 75.16%
R=22.98%
G=1.86%
B=75.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3731210.690.9800.53257.2995.1624.31
Hex2537945620351015f18
Octal45317110514206540113730
Binary100101111111001100010111000100110101100000001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250379; }

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

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

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

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

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

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

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

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