#250364

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

Shades of Persian Indigo #250364

Tints of Persian Indigo #250364

Color information

#250364 (or 0x250364) is unknown color: approx Persian Indigo. HEX triplet: 25, 03 and 64. RGB value is (37,3,100). Sum of RGB (Red+Green+Blue) = 37+3+100=140 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.43% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 100 (39.45% from 255 or 71.43% from 140); Max value from RGB is 100 - color contains mainly: blue. Hex color #250364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250364 is #DAFC9B. Grayscale: #171717. Windows color (decimal): -14351516 or 6554405. OLE color: 6554405.

HSL color Cylindrical-coordinate representation of color #250364: hue angle of 261.03º 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 #250364 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB373100-
CMYK0.630.9700.61
HSL261.03º94.17%20.2%-
HSV(B)261.03º97%39.22%-
XYZ3.11.3812.16-
YUV24.22170.76137.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.43%
GREEN value IS 3 (1.56% from 255) = 2.14%
BLUE value IS 100 (39.45% from 255) = 71.43%
R=26.43%
G=2.14%
B=71.43%

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
Decimal3731000.630.9700.61261.0394.1720.2
Hex253643F6103D1055e14
Octal4531447714107540513624
Binary10010111110010011111111000010111101100000101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250364; }

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

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

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

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

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

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

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

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