#251368

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

Shades of Persian Indigo #251368

Tints of Persian Indigo #251368

Color information

#251368 (or 0x251368) is unknown color: approx Persian Indigo. HEX triplet: 25, 13 and 68. RGB value is (37,19,104). Sum of RGB (Red+Green+Blue) = 37+19+104=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 104 (41.02% from 255 or 65% from 160); Max value from RGB is 104 - color contains mainly: blue. Hex color #251368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251368 is #DAEC97. Grayscale: #212121. Windows color (decimal): -14347416 or 6820645. OLE color: 6820645.

HSL color Cylindrical-coordinate representation of color #251368: hue angle of 252.71º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #251368 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3719104-
CMYK0.640.8200.59
HSL252.71º69.11%24.12%-
HSV(B)252.71º81.73%40.78%-
XYZ3.491.8613.27-
YUV34.07167.46130.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.12%
GREEN value IS 19 (7.81% from 255) = 11.88%
BLUE value IS 104 (41.02% from 255) = 65%
R=23.12%
G=11.88%
B=65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37191040.640.8200.59252.7169.1124.12
Hex251368405203Bfd4518
Octal452315010012207337510530
Binary10010110011110100010000001010010011101111111101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251368; }

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

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

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

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

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

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

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

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