#250363

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

Shades of Persian Indigo #250363

Tints of Persian Indigo #250363

Color information

#250363 (or 0x250363) is unknown color: approx Persian Indigo. HEX triplet: 25, 03 and 63. RGB value is (37,3,99). Sum of RGB (Red+Green+Blue) = 37+3+99=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 99 (39.06% from 255 or 71.22% from 139); Max value from RGB is 99 - color contains mainly: blue. Hex color #250363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250363 is #DAFC9C. Grayscale: #171717. Windows color (decimal): -14351517 or 6488869. OLE color: 6488869.

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

Color convert

RGB37399-
CMYK0.630.9700.61
HSL261.25º94.12%20%-
HSV(B)261.25º96.97%38.82%-
XYZ3.051.3611.91-
YUV24.11170.26137.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.62%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 99 (39.06% from 255) = 71.22%
R=26.62%
G=2.16%
B=71.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal373990.630.9700.61261.2594.1220
Hex253633F6103D1055e14
Octal4531437714107540513624
Binary10010111110001111111111000010111101100000101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250363; }

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

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

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

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

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

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

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

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