#251388

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

Shades of Persian Indigo #251388

Tints of Persian Indigo #251388

Color information

#251388 (or 0x251388) is unknown color: approx Persian Indigo. HEX triplet: 25, 13 and 88. RGB value is (37,19,136). Sum of RGB (Red+Green+Blue) = 37+19+136=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 136 (53.52% from 255 or 70.83% from 192); Max value from RGB is 136 - color contains mainly: blue. Hex color #251388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251388 is #DAEC77. Grayscale: #252525. Windows color (decimal): -14347384 or 8917797. OLE color: 8917797.

HSL color Cylindrical-coordinate representation of color #251388: hue angle of 249.23º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251388 is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3719136-
CMYK0.730.8600.47
HSL249.23º75.48%30.39%-
HSV(B)249.23º86.03%53.33%-
XYZ5.442.6423.51-
YUV37.72183.46127.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.27%
GREEN value IS 19 (7.81% from 255) = 9.90%
BLUE value IS 136 (53.52% from 255) = 70.83%
R=19.27%
G=9.90%
B=70.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37191360.730.8600.47249.2375.4830.39
Hex251388495602Ff94b1e
Octal452321011112605737111336
Binary100101100111000100010010011010110010111111111001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251388; }

 p { color: rgb(37,19,136); }

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

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

 a { background-color: rgb(37,19,136); }

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

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

 span { border-color: rgb(37,19,136); }

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