#251479

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

Shades of Persian Indigo #251479

Tints of Persian Indigo #251479

Color information

#251479 (or 0x251479) is unknown color: approx Persian Indigo. HEX triplet: 25, 14 and 79. RGB value is (37,20,121). Sum of RGB (Red+Green+Blue) = 37+20+121=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 121 (47.66% from 255 or 67.98% from 178); Max value from RGB is 121 - color contains mainly: blue. Hex color #251479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251479 is #DAEB86. Grayscale: #242424. Windows color (decimal): -14347143 or 7935013. OLE color: 7935013.

HSL color Cylindrical-coordinate representation of color #251479: hue angle of 250.1º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #251479 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3720121-
CMYK0.690.8300.53
HSL250.1º71.63%27.65%-
HSV(B)250.1º83.47%47.45%-
XYZ4.462.2718.29-
YUV36.6175.63128.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.79%
GREEN value IS 20 (8.20% from 255) = 11.24%
BLUE value IS 121 (47.66% from 255) = 67.98%
R=20.79%
G=11.24%
B=67.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37201210.690.8300.53250.171.6327.65
Hex2514794553035fa481c
Octal452417110512306537211034
Binary10010110100111100110001011010011011010111111010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251479; }

 p { color: rgb(37,20,121); }

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

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

 a { background-color: rgb(37,20,121); }

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

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

 span { border-color: rgb(37,20,121); }

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