#250E75

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

Shades of Persian Indigo #250E75

Tints of Persian Indigo #250E75

Color information

#250E75 (or 0x250E75) is unknown color: approx Persian Indigo. HEX triplet: 25, 0E and 75. RGB value is (37,14,117). Sum of RGB (Red+Green+Blue) = 37+14+117=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 14 (5.86% from 255 or 8.33% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #250E75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250E75 is #DAF18A. Grayscale: #202020. Windows color (decimal): -14348683 or 7671333. OLE color: 7671333.

HSL color Cylindrical-coordinate representation of color #250E75: hue angle of 253.4º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #250E75 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3714117-
CMYK0.680.8800.54
HSL253.4º78.63%25.69%-
HSV(B)253.4º88.03%45.88%-
XYZ4.131.9917-
YUV32.62175.62131.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.02%
GREEN value IS 14 (5.86% from 255) = 8.33%
BLUE value IS 117 (46.09% from 255) = 69.64%
R=22.02%
G=8.33%
B=69.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37141170.680.8800.54253.478.6325.69
Hex25E754458036fd4f1a
Octal451616510413006637511732
Binary1001011110111010110001001011000011011011111101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,14,117); }

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

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

 a { background-color: rgb(37,14,117); }

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

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

 span { border-color: rgb(37,14,117); }

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