#250D74

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

Shades of Persian Indigo #250D74

Tints of Persian Indigo #250D74

Color information

#250D74 (or 0x250D74) is unknown color: approx Persian Indigo. HEX triplet: 25, 0D and 74. RGB value is (37,13,116). Sum of RGB (Red+Green+Blue) = 37+13+116=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 116 (45.70% from 255 or 69.88% from 166); Max value from RGB is 116 - color contains mainly: blue. Hex color #250D74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250D74 is #DAF28B. Grayscale: #1F1F1F. Windows color (decimal): -14348940 or 7605541. OLE color: 7605541.

HSL color Cylindrical-coordinate representation of color #250D74: hue angle of 253.98º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250D74 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3713116-
CMYK0.680.8900.55
HSL253.98º79.84%25.29%-
HSV(B)253.98º88.79%45.49%-
XYZ4.061.9416.68-
YUV31.92175.45131.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.29%
GREEN value IS 13 (5.47% from 255) = 7.83%
BLUE value IS 116 (45.70% from 255) = 69.88%
R=22.29%
G=7.83%
B=69.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37131160.680.8900.55253.9879.8425.29
Hex25D744459037fe5019
Octal451516410413106737612031
Binary1001011101111010010001001011001011011111111110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,13,116); }

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

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

 a { background-color: rgb(37,13,116); }

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

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

 span { border-color: rgb(37,13,116); }

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