#250771

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

Shades of Persian Indigo #250771

Tints of Persian Indigo #250771

Color information

#250771 (or 0x250771) is unknown color: approx Persian Indigo. HEX triplet: 25, 07 and 71. RGB value is (37,7,113). Sum of RGB (Red+Green+Blue) = 37+7+113=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #250771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250771 is #DAF88E. Grayscale: #1B1B1B. Windows color (decimal): -14350479 or 7407397. OLE color: 7407397.

HSL color Cylindrical-coordinate representation of color #250771: hue angle of 256.98º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250771 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB377113-
CMYK0.670.9400.56
HSL256.98º88.33%23.53%-
HSV(B)256.98º93.81%44.31%-
XYZ3.821.7415.76-
YUV28.05175.94134.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 7 (3.12% from 255) = 4.46%
BLUE value IS 113 (44.53% from 255) = 71.97%
R=23.57%
G=4.46%
B=71.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3771130.670.9400.56256.9888.3323.53
Hex25771435E0381015818
Octal45716110313607040113030
Binary1001011111110001100001110111100111000100000001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250771; }

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

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

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

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

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

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

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

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