#250475

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

Shades of Persian Indigo #250475

Tints of Persian Indigo #250475

Color information

#250475 (or 0x250475) is unknown color: approx Persian Indigo. HEX triplet: 25, 04 and 75. RGB value is (37,4,117). Sum of RGB (Red+Green+Blue) = 37+4+117=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 117 (46.09% from 255 or 74.05% from 158); Max value from RGB is 117 - color contains mainly: blue. Hex color #250475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250475 is #DAFB8A. Grayscale: #1A1A1A. Windows color (decimal): -14351243 or 7668773. OLE color: 7668773.

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

Color convert

RGB374117-
CMYK0.680.9700.54
HSL257.52º93.39%23.73%-
HSV(B)257.52º96.58%45.88%-
XYZ4.021.7616.96-
YUV26.75178.93135.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 4 (1.95% from 255) = 2.53%
BLUE value IS 117 (46.09% from 255) = 74.05%
R=23.42%
G=2.53%
B=74.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3741170.680.9700.54257.5293.3923.73
Hex2547544610361025d18
Octal45416510414106640213530
Binary1001011001110101100010011000010110110100000010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250475; }

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

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

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

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

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

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

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

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