#250982

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

Shades of Persian Indigo #250982

Tints of Persian Indigo #250982

Color information

#250982 (or 0x250982) is unknown color: approx Persian Indigo. HEX triplet: 25, 09 and 82. RGB value is (37,9,130). Sum of RGB (Red+Green+Blue) = 37+9+130=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 130 (51.17% from 255 or 73.86% from 176); Max value from RGB is 130 - color contains mainly: blue. Hex color #250982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250982 is #DAF67D. Grayscale: #1E1E1E. Windows color (decimal): -14349950 or 8522021. OLE color: 8522021.

HSL color Cylindrical-coordinate representation of color #250982: hue angle of 253.88º 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 #250982 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB379130-
CMYK0.720.9300.49
HSL253.88º87.05%27.25%-
HSV(B)253.88º93.08%50.98%-
XYZ4.892.221.29-
YUV31.17183.78132.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.02%
GREEN value IS 9 (3.91% from 255) = 5.11%
BLUE value IS 130 (51.17% from 255) = 73.86%
R=21.02%
G=5.11%
B=73.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3791300.720.9300.49253.8887.0527.25
Hex25982485D031fe571b
Octal451120211013506137612733
Binary10010110011000001010010001011101011000111111110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250982; }

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

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

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

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

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

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

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

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