#250961

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

Shades of Persian Indigo #250961

Tints of Persian Indigo #250961

Color information

#250961 (or 0x250961) is unknown color: approx Persian Indigo. HEX triplet: 25, 09 and 61. RGB value is (37,9,97). Sum of RGB (Red+Green+Blue) = 37+9+97=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 97 (38.28% from 255 or 67.83% from 143); Max value from RGB is 97 - color contains mainly: blue. Hex color #250961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250961 is #DAF69E. Grayscale: #1B1B1B. Windows color (decimal): -14349983 or 6359333. OLE color: 6359333.

HSL color Cylindrical-coordinate representation of color #250961: hue angle of 259.09º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #250961 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB37997-
CMYK0.620.9100.62
HSL259.09º83.02%20.78%-
HSV(B)259.09º90.72%38.04%-
XYZ3.021.4511.43-
YUV27.4167.28134.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.87%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 97 (38.28% from 255) = 67.83%
R=25.87%
G=6.29%
B=67.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal379970.620.9100.62259.0983.0220.78
Hex259613E5B03E1035315
Octal45111417613307640312325
Binary1001011001110000111111010110110111110100000011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250961; }

 p { color: rgb(37,9,97); }

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

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

 a { background-color: rgb(37,9,97); }

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

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

 span { border-color: rgb(37,9,97); }

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