#250469

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

Shades of Persian Indigo #250469

Tints of Persian Indigo #250469

Color information

#250469 (or 0x250469) is unknown color: approx Persian Indigo. HEX triplet: 25, 04 and 69. RGB value is (37,4,105). Sum of RGB (Red+Green+Blue) = 37+4+105=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 105 (41.41% from 255 or 71.92% from 146); Max value from RGB is 105 - color contains mainly: blue. Hex color #250469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250469 is #DAFB96. Grayscale: #191919. Windows color (decimal): -14351255 or 6882341. OLE color: 6882341.

HSL color Cylindrical-coordinate representation of color #250469: hue angle of 259.6º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250469 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB374105-
CMYK0.650.9600.59
HSL259.6º92.66%21.37%-
HSV(B)259.6º96.19%41.18%-
XYZ3.361.513.48-
YUV25.38172.93136.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 4 (1.95% from 255) = 2.74%
BLUE value IS 105 (41.41% from 255) = 71.92%
R=25.34%
G=2.74%
B=71.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3741050.650.9600.59259.692.6621.37
Hex25469416003B1045d15
Octal45415110114007340413525
Binary1001011001101001100000111000000111011100000100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250469; }

 p { color: rgb(37,4,105); }

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

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

 a { background-color: rgb(37,4,105); }

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

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

 span { border-color: rgb(37,4,105); }

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