#251084

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

Shades of Persian Indigo #251084

Tints of Persian Indigo #251084

Color information

#251084 (or 0x251084) is unknown color: approx Persian Indigo. HEX triplet: 25, 10 and 84. RGB value is (37,16,132). Sum of RGB (Red+Green+Blue) = 37+16+132=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 132 (51.95% from 255 or 71.35% from 185); Max value from RGB is 132 - color contains mainly: blue. Hex color #251084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251084 is #DAEF7B. Grayscale: #232323. Windows color (decimal): -14348156 or 8654885. OLE color: 8654885.

HSL color Cylindrical-coordinate representation of color #251084: hue angle of 250.86º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251084 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3716132-
CMYK0.720.8800.48
HSL250.86º78.38%29.02%-
HSV(B)250.86º87.88%51.76%-
XYZ5.112.4322.03-
YUV35.5182.46129.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 132 (51.95% from 255) = 71.35%
R=20%
G=8.65%
B=71.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37161320.720.8800.48250.8678.3829.02
Hex2510844858030fb4e1d
Octal452020411013006037311635
Binary100101100001000010010010001011000011000011111011100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251084; }

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

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

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

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

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

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

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

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