#250074

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

Shades of Persian Indigo #250074

Tints of Persian Indigo #250074

Color information

#250074 (or 0x250074) is unknown color: approx Persian Indigo. HEX triplet: 25, 00 and 74. RGB value is (37,0,116). Sum of RGB (Red+Green+Blue) = 37+0+116=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 116 (45.70% from 255 or 75.82% from 153); Max value from RGB is 116 - color contains mainly: blue. Hex color #250074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250074 is #DAFF8B. Grayscale: #171717. Windows color (decimal): -14352268 or 7602213. OLE color: 7602213.

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

Color convert

RGB370116-
CMYK0.68100.55
HSL259.14º100%22.75%-
HSV(B)259.14º100%45.49%-
XYZ3.921.6516.64-
YUV24.29179.76137.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 116 (45.70% from 255) = 75.82%
R=24.18%
G=0%
B=75.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3701160.68100.55259.1410022.75
Hex2507444640371036417
Octal45016410414406740314427
Binary10010101110100100010011001000110111100000011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250074; }

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

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

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

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

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

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

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

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