#250560

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

Shades of Persian Indigo #250560

Tints of Persian Indigo #250560

Color information

#250560 (or 0x250560) is unknown color: approx Persian Indigo. HEX triplet: 25, 05 and 60. RGB value is (37,5,96). Sum of RGB (Red+Green+Blue) = 37+5+96=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 96 (37.89% from 255 or 69.57% from 138); Max value from RGB is 96 - color contains mainly: blue. Hex color #250560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250560 is #DAFA9F. Grayscale: #181818. Windows color (decimal): -14351008 or 6292773. OLE color: 6292773.

HSL color Cylindrical-coordinate representation of color #250560: hue angle of 261.1º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250560 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB37596-
CMYK0.610.9500.62
HSL261.1º90.1%19.8%-
HSV(B)261.1º94.79%37.65%-
XYZ2.931.3511.17-
YUV24.94168.1136.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.81%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 96 (37.89% from 255) = 69.57%
R=26.81%
G=3.62%
B=69.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal375960.610.9500.62261.190.119.8
Hex255603D5F03E1055a14
Octal4551407513707640513224
Binary100101101110000011110110111110111110100000101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250560; }

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

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

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

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

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

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

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

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