#251883

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

Shades of Persian Indigo #251883

Tints of Persian Indigo #251883

Color information

#251883 (or 0x251883) is unknown color: approx Persian Indigo. HEX triplet: 25, 18 and 83. RGB value is (37,24,131). Sum of RGB (Red+Green+Blue) = 37+24+131=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 131 (51.56% from 255 or 68.23% from 192); Max value from RGB is 131 - color contains mainly: blue. Hex color #251883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251883 is #DAE77C. Grayscale: #272727. Windows color (decimal): -14346109 or 8591397. OLE color: 8591397.

HSL color Cylindrical-coordinate representation of color #251883: hue angle of 247.29º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #251883 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3724131-
CMYK0.720.8200.49
HSL247.29º69.03%30.39%-
HSV(B)247.29º81.68%51.37%-
XYZ5.192.6921.72-
YUV40.08179.31125.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.27%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 131 (51.56% from 255) = 68.23%
R=19.27%
G=12.5%
B=68.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37241310.720.8200.49247.2969.0330.39
Hex2518834852031f7451e
Octal453020311012206136710536
Binary100101110001000001110010001010010011000111110111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251883; }

 p { color: rgb(37,24,131); }

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

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

 a { background-color: rgb(37,24,131); }

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

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

 span { border-color: rgb(37,24,131); }

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