#250981

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

Shades of Persian Indigo #250981

Tints of Persian Indigo #250981

Color information

#250981 (or 0x250981) is unknown color: approx Persian Indigo. HEX triplet: 25, 09 and 81. RGB value is (37,9,129). Sum of RGB (Red+Green+Blue) = 37+9+129=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 129 (50.78% from 255 or 73.71% from 175); Max value from RGB is 129 - color contains mainly: blue. Hex color #250981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250981 is #DAF67E. Grayscale: #1E1E1E. Windows color (decimal): -14349951 or 8456485. OLE color: 8456485.

HSL color Cylindrical-coordinate representation of color #250981: hue angle of 254º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250981 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB379129-
CMYK0.710.9300.49
HSL254º86.96%27.06%-
HSV(B)254º93.02%50.59%-
XYZ4.822.1720.93-
YUV31.05183.28132.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.14%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 129 (50.78% from 255) = 73.71%
R=21.14%
G=5.14%
B=73.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3791290.710.9300.4925486.9627.06
Hex25981475D031fe571b
Octal451120110713506137612733
Binary10010110011000000110001111011101011000111111110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250981; }

 p { color: rgb(37,9,129); }

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

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

 a { background-color: rgb(37,9,129); }

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

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

 span { border-color: rgb(37,9,129); }

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