#250561

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

Shades of Persian Indigo #250561

Tints of Persian Indigo #250561

Color information

#250561 (or 0x250561) is unknown color: approx Persian Indigo. HEX triplet: 25, 05 and 61. RGB value is (37,5,97). Sum of RGB (Red+Green+Blue) = 37+5+97=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 97 (38.28% from 255 or 69.78% from 139); Max value from RGB is 97 - color contains mainly: blue. Hex color #250561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250561 is #DAFA9E. Grayscale: #181818. Windows color (decimal): -14351007 or 6358309. OLE color: 6358309.

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

Color convert

RGB37597-
CMYK0.620.9500.62
HSL260.87º90.2%20%-
HSV(B)260.87º94.85%38.04%-
XYZ2.971.3611.42-
YUV25.06168.6136.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.62%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 97 (38.28% from 255) = 69.78%
R=26.62%
G=3.60%
B=69.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal375970.620.9500.62260.8790.220
Hex255613E5F03E1055a14
Octal4551417613707640513224
Binary100101101110000111111010111110111110100000101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250561; }

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

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

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

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

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

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

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

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