#250782

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

Shades of Persian Indigo #250782

Tints of Persian Indigo #250782

Color information

#250782 (or 0x250782) is unknown color: approx Persian Indigo. HEX triplet: 25, 07 and 82. RGB value is (37,7,130). Sum of RGB (Red+Green+Blue) = 37+7+130=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 130 (51.17% from 255 or 74.71% from 174); Max value from RGB is 130 - color contains mainly: blue. Hex color #250782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250782 is #DAF87D. Grayscale: #1D1D1D. Windows color (decimal): -14350462 or 8521509. OLE color: 8521509.

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

Color convert

RGB377130-
CMYK0.720.9500.49
HSL254.63º89.78%26.86%-
HSV(B)254.63º94.62%50.98%-
XYZ4.872.1621.28-
YUV29.99184.44133-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.26%
GREEN value IS 7 (3.12% from 255) = 4.02%
BLUE value IS 130 (51.17% from 255) = 74.71%
R=21.26%
G=4.02%
B=74.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3771300.720.9500.49254.6389.7826.86
Hex25782485F031ff5a1b
Octal45720211013706137713233
Binary1001011111000001010010001011111011000111111111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250782; }

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

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

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

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

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

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

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

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