#250775

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

Shades of Persian Indigo #250775

Tints of Persian Indigo #250775

Color information

#250775 (or 0x250775) is unknown color: approx Persian Indigo. HEX triplet: 25, 07 and 75. RGB value is (37,7,117). Sum of RGB (Red+Green+Blue) = 37+7+117=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 117 (46.09% from 255 or 72.67% from 161); Max value from RGB is 117 - color contains mainly: blue. Hex color #250775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250775 is #DAF88A. Grayscale: #1C1C1C. Windows color (decimal): -14350475 or 7669541. OLE color: 7669541.

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

Color convert

RGB377117-
CMYK0.680.9400.54
HSL256.36º88.71%24.31%-
HSV(B)256.36º94.02%45.88%-
XYZ4.051.8316.97-
YUV28.51177.94134.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.98%
GREEN value IS 7 (3.12% from 255) = 4.35%
BLUE value IS 117 (46.09% from 255) = 72.67%
R=22.98%
G=4.35%
B=72.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3771170.680.9400.54256.3688.7124.31
Hex25775445E0361005918
Octal45716510413606640013130
Binary1001011111110101100010010111100110110100000000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250775; }

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

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

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

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

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

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

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

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