#250673

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

Shades of Persian Indigo #250673

Tints of Persian Indigo #250673

Color information

#250673 (or 0x250673) is unknown color: approx Persian Indigo. HEX triplet: 25, 06 and 73. RGB value is (37,6,115). Sum of RGB (Red+Green+Blue) = 37+6+115=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 115 (45.31% from 255 or 72.78% from 158); Max value from RGB is 115 - color contains mainly: blue. Hex color #250673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250673 is #DAF98C. Grayscale: #1B1B1B. Windows color (decimal): -14350733 or 7538213. OLE color: 7538213.

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

Color convert

RGB376115-
CMYK0.680.9500.55
HSL257.06º90.08%23.73%-
HSV(B)257.06º94.78%45.1%-
XYZ3.921.7616.35-
YUV27.7177.27134.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 6 (2.73% from 255) = 3.80%
BLUE value IS 115 (45.31% from 255) = 72.78%
R=23.42%
G=3.80%
B=72.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3761150.680.9500.55257.0690.0823.73
Hex25673445F0371015a18
Octal45616310413706740113230
Binary1001011101110011100010010111110110111100000001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250673; }

 p { color: rgb(37,6,115); }

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

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

 a { background-color: rgb(37,6,115); }

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

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

 span { border-color: rgb(37,6,115); }

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