#250F85

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

Shades of Persian Indigo #250F85

Tints of Persian Indigo #250F85

Color information

#250F85 (or 0x250F85) is unknown color: approx Persian Indigo. HEX triplet: 25, 0F and 85. RGB value is (37,15,133). Sum of RGB (Red+Green+Blue) = 37+15+133=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 133 (52.34% from 255 or 71.89% from 185); Max value from RGB is 133 - color contains mainly: blue. Hex color #250F85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250F85 is #DAF07A. Grayscale: #222222. Windows color (decimal): -14348411 or 8720165. OLE color: 8720165.

HSL color Cylindrical-coordinate representation of color #250F85: hue angle of 251.19º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250F85 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3715133-
CMYK0.720.8900.48
HSL251.19º79.73%29.02%-
HSV(B)251.19º88.72%52.16%-
XYZ5.172.4322.39-
YUV35.03183.29129.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 15 (6.25% from 255) = 8.11%
BLUE value IS 133 (52.34% from 255) = 71.89%
R=20%
G=8.11%
B=71.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37151330.720.8900.48251.1979.7329.02
Hex25F854859030fb501d
Octal451720511013106037312035
Binary10010111111000010110010001011001011000011111011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250F85; }

 p { color: rgb(37,15,133); }

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

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

 a { background-color: rgb(37,15,133); }

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

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

 span { border-color: rgb(37,15,133); }

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