#250360

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

Shades of Persian Indigo #250360

Tints of Persian Indigo #250360

Color information

#250360 (or 0x250360) is unknown color: approx Persian Indigo. HEX triplet: 25, 03 and 60. RGB value is (37,3,96). Sum of RGB (Red+Green+Blue) = 37+3+96=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 96 (37.89% from 255 or 70.59% from 136); Max value from RGB is 96 - color contains mainly: blue. Hex color #250360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250360 is #DAFC9F. Grayscale: #171717. Windows color (decimal): -14351520 or 6292261. OLE color: 6292261.

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

Color convert

RGB37396-
CMYK0.610.9700.62
HSL261.94º93.94%19.41%-
HSV(B)261.94º96.88%37.65%-
XYZ2.911.311.16-
YUV23.77168.76137.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.21%
GREEN value IS 3 (1.56% from 255) = 2.21%
BLUE value IS 96 (37.89% from 255) = 70.59%
R=27.21%
G=2.21%
B=70.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal373960.610.9700.62261.9493.9419.41
Hex253603D6103E1065e13
Octal4531407514107640613623
Binary10010111110000011110111000010111110100000110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250360; }

 p { color: rgb(37,3,96); }

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

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

 a { background-color: rgb(37,3,96); }

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

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

 span { border-color: rgb(37,3,96); }

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