#251984

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

Shades of Persian Indigo #251984

Tints of Persian Indigo #251984

Color information

#251984 (or 0x251984) is unknown color: approx Persian Indigo. HEX triplet: 25, 19 and 84. RGB value is (37,25,132). Sum of RGB (Red+Green+Blue) = 37+25+132=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 132 (51.95% from 255 or 68.04% from 194); Max value from RGB is 132 - color contains mainly: blue. Hex color #251984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251984 is #DAE67B. Grayscale: #282828. Windows color (decimal): -14345852 or 8657189. OLE color: 8657189.

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

Color convert

RGB3725132-
CMYK0.720.8100.48
HSL246.73º68.15%30.78%-
HSV(B)246.73º81.06%51.76%-
XYZ5.282.7522.08-
YUV40.79179.48125.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 132 (51.95% from 255) = 68.04%
R=19.07%
G=12.89%
B=68.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37251320.720.8100.48246.7368.1530.78
Hex2519844851030f7441f
Octal453120411012106036710437
Binary100101110011000010010010001010001011000011110111100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251984; }

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

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

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

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

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

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

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

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