#251071

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

Shades of Persian Indigo #251071

Tints of Persian Indigo #251071

Color information

#251071 (or 0x251071) is unknown color: approx Persian Indigo. HEX triplet: 25, 10 and 71. RGB value is (37,16,113). Sum of RGB (Red+Green+Blue) = 37+16+113=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #251071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251071 is #DAEF8E. Grayscale: #202020. Windows color (decimal): -14348175 or 7409701. OLE color: 7409701.

HSL color Cylindrical-coordinate representation of color #251071: hue angle of 252.99º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251071 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3716113-
CMYK0.670.8600.56
HSL252.99º75.19%25.29%-
HSV(B)252.99º85.84%44.31%-
XYZ3.931.9615.79-
YUV33.34172.96130.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.29%
GREEN value IS 16 (6.64% from 255) = 9.64%
BLUE value IS 113 (44.53% from 255) = 68.07%
R=22.29%
G=9.64%
B=68.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37161130.670.8600.56252.9975.1925.29
Hex2510714356038fd4b19
Octal452016110312607037511331
Binary10010110000111000110000111010110011100011111101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251071; }

 p { color: rgb(37,16,113); }

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

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

 a { background-color: rgb(37,16,113); }

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

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

 span { border-color: rgb(37,16,113); }

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