#251473

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

Shades of Persian Indigo #251473

Tints of Persian Indigo #251473

Color information

#251473 (or 0x251473) is unknown color: approx Persian Indigo. HEX triplet: 25, 14 and 73. RGB value is (37,20,115). Sum of RGB (Red+Green+Blue) = 37+20+115=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 115 (45.31% from 255 or 66.86% from 172); Max value from RGB is 115 - color contains mainly: blue. Hex color #251473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251473 is #DAEB8C. Grayscale: #232323. Windows color (decimal): -14347149 or 7541797. OLE color: 7541797.

HSL color Cylindrical-coordinate representation of color #251473: hue angle of 250.74º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #251473 is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3720115-
CMYK0.680.8300.55
HSL250.74º70.37%26.47%-
HSV(B)250.74º82.61%45.1%-
XYZ4.112.1316.41-
YUV35.91172.63128.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.51%
GREEN value IS 20 (8.20% from 255) = 11.63%
BLUE value IS 115 (45.31% from 255) = 66.86%
R=21.51%
G=11.63%
B=66.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37201150.680.8300.55250.7470.3726.47
Hex2514734453037fb461a
Octal452416310412306737310632
Binary10010110100111001110001001010011011011111111011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251473; }

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

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

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

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

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

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

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

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