#251A85

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

Shades of Persian Indigo #251A85

Tints of Persian Indigo #251A85

Color information

#251A85 (or 0x251A85) is unknown color: approx Persian Indigo. HEX triplet: 25, 1A and 85. RGB value is (37,26,133). Sum of RGB (Red+Green+Blue) = 37+26+133=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 133 (52.34% from 255 or 67.86% from 196); Max value from RGB is 133 - color contains mainly: blue. Hex color #251A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251A85 is #DAE57A. Grayscale: #292929. Windows color (decimal): -14345595 or 8722981. OLE color: 8722981.

HSL color Cylindrical-coordinate representation of color #251A85: hue angle of 246.17º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #251A85 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3726133-
CMYK0.720.8000.48
HSL246.17º67.3%31.18%-
HSV(B)246.17º80.45%52.16%-
XYZ5.372.8322.45-
YUV41.49179.64124.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 26 (10.55% from 255) = 13.27%
BLUE value IS 133 (52.34% from 255) = 67.86%
R=18.88%
G=13.27%
B=67.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37261330.720.8000.48246.1767.331.18
Hex251A854850030f6431f
Octal453220511012006036610337
Binary100101110101000010110010001010000011000011110110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251A85; }

 p { color: rgb(37,26,133); }

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

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

 a { background-color: rgb(37,26,133); }

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

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

 span { border-color: rgb(37,26,133); }

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