#250672

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

Shades of Persian Indigo #250672

Tints of Persian Indigo #250672

Color information

#250672 (or 0x250672) is unknown color: approx Persian Indigo. HEX triplet: 25, 06 and 72. RGB value is (37,6,114). Sum of RGB (Red+Green+Blue) = 37+6+114=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 114 (44.92% from 255 or 72.61% from 157); Max value from RGB is 114 - color contains mainly: blue. Hex color #250672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250672 is #DAF98D. Grayscale: #1B1B1B. Windows color (decimal): -14350734 or 7472677. OLE color: 7472677.

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

Color convert

RGB376114-
CMYK0.680.9500.55
HSL257.22º90%23.53%-
HSV(B)257.22º94.74%44.71%-
XYZ3.871.7416.05-
YUV27.58176.77134.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 114 (44.92% from 255) = 72.61%
R=23.57%
G=3.82%
B=72.61%

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
Decimal3761140.680.9500.55257.229023.53
Hex25672445F0371015a18
Octal45616210413706740113230
Binary1001011101110010100010010111110110111100000001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250672; }

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

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

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

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

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

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

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

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