#250375

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

Shades of Persian Indigo #250375

Tints of Persian Indigo #250375

Color information

#250375 (or 0x250375) is unknown color: approx Persian Indigo. HEX triplet: 25, 03 and 75. RGB value is (37,3,117). Sum of RGB (Red+Green+Blue) = 37+3+117=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #250375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250375 is #DAFC8A. Grayscale: #191919. Windows color (decimal): -14351499 or 7668517. OLE color: 7668517.

HSL color Cylindrical-coordinate representation of color #250375: hue angle of 257.89º degrees, saturation: 0.95, 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 #250375 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB373117-
CMYK0.680.9700.54
HSL257.89º95%23.53%-
HSV(B)257.89º97.44%45.88%-
XYZ4.011.7416.95-
YUV26.16179.26135.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 117 (46.09% from 255) = 74.52%
R=23.57%
G=1.91%
B=74.52%

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
Decimal3731170.680.9700.54257.899523.53
Hex2537544610361025f18
Octal45316510414106640213730
Binary100101111110101100010011000010110110100000010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250375; }

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

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

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

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

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

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

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

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