#250261

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

Shades of Persian Indigo #250261

Tints of Persian Indigo #250261

Color information

#250261 (or 0x250261) is unknown color: approx Persian Indigo. HEX triplet: 25, 02 and 61. RGB value is (37,2,97). Sum of RGB (Red+Green+Blue) = 37+2+97=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 97 (38.28% from 255 or 71.32% from 136); Max value from RGB is 97 - color contains mainly: blue. Hex color #250261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250261 is #DAFD9E. Grayscale: #161616. Windows color (decimal): -14351775 or 6357541. OLE color: 6357541.

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

Color convert

RGB37297-
CMYK0.620.9800.62
HSL262.11º95.96%19.41%-
HSV(B)262.11º97.94%38.04%-
XYZ2.941.311.41-
YUV23.3169.6137.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.21%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 97 (38.28% from 255) = 71.32%
R=27.21%
G=1.47%
B=71.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal372970.620.9800.62262.1195.9619.41
Hex252613E6203E1066013
Octal4521417614207640614023
Binary10010110110000111111011000100111110100000110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250261; }

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

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

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

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

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

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

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

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