#250287

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

Shades of Persian Indigo #250287

Tints of Persian Indigo #250287

Color information

#250287 (or 0x250287) is unknown color: approx Persian Indigo. HEX triplet: 25, 02 and 87. RGB value is (37,2,135). Sum of RGB (Red+Green+Blue) = 37+2+135=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 135 (53.12% from 255 or 77.59% from 174); Max value from RGB is 135 - color contains mainly: blue. Hex color #250287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250287 is #DAFD78. Grayscale: #1B1B1B. Windows color (decimal): -14351737 or 8847909. OLE color: 8847909.

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

Color convert

RGB372135-
CMYK0.730.9900.47
HSL255.79º97.08%26.86%-
HSV(B)255.79º98.52%52.94%-
XYZ5.162.1923.07-
YUV27.63188.6134.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.26%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 135 (53.12% from 255) = 77.59%
R=21.26%
G=1.15%
B=77.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3721350.730.9900.47255.7997.0826.86
Hex25287496302F100611b
Octal45220711114305740014133
Binary1001011010000111100100111000110101111100000000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250287; }

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

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

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

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

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

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

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

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