#250075

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

Shades of Persian Indigo #250075

Tints of Persian Indigo #250075

Color information

#250075 (or 0x250075) is unknown color: approx Persian Indigo. HEX triplet: 25, 00 and 75. RGB value is (37,0,117). Sum of RGB (Red+Green+Blue) = 37+0+117=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 117 (46.09% from 255 or 75.97% from 154); Max value from RGB is 117 - color contains mainly: blue. Hex color #250075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250075 is #DAFF8A. Grayscale: #171717. Windows color (decimal): -14352267 or 7667749. OLE color: 7667749.

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

Color convert

RGB370117-
CMYK0.68100.54
HSL258.97º100%22.94%-
HSV(B)258.97º100%45.88%-
XYZ3.971.6816.94-
YUV24.4180.26136.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 75.97%
R=24.03%
G=0%
B=75.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3701170.68100.54258.9710022.94
Hex2507544640361036417
Octal45016510414406640314427
Binary10010101110101100010011001000110110100000011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250075; }

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

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

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

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

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

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

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

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