#250087

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

Shades of Persian Indigo #250087

Tints of Persian Indigo #250087

Color information

#250087 (or 0x250087) is unknown color: approx Persian Indigo. HEX triplet: 25, 00 and 87. RGB value is (37,0,135). Sum of RGB (Red+Green+Blue) = 37+0+135=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 135 (53.12% from 255 or 78.49% from 172); Max value from RGB is 135 - color contains mainly: blue. Hex color #250087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250087 is #DAFF78. Grayscale: #191919. Windows color (decimal): -14352249 or 8847397. OLE color: 8847397.

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

Color convert

RGB370135-
CMYK0.73100.47
HSL256.44º100%26.47%-
HSV(B)256.44º100%52.94%-
XYZ5.142.1423.06-
YUV26.45189.26135.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 135 (53.12% from 255) = 78.49%
R=21.51%
G=0%
B=78.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3701350.73100.47256.4410026.47
Hex25087496402F100641a
Octal45020711114405740014432
Binary100101010000111100100111001000101111100000000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250087; }

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

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

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

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

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

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

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

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