#250A69

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

Shades of Persian Indigo #250A69

Tints of Persian Indigo #250A69

Color information

#250A69 (or 0x250A69) is unknown color: approx Persian Indigo. HEX triplet: 25, 0A and 69. RGB value is (37,10,105). Sum of RGB (Red+Green+Blue) = 37+10+105=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 105 (41.41% from 255 or 69.08% from 152); Max value from RGB is 105 - color contains mainly: blue. Hex color #250A69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250A69 is #DAF596. Grayscale: #1C1C1C. Windows color (decimal): -14349719 or 6883877. OLE color: 6883877.

HSL color Cylindrical-coordinate representation of color #250A69: hue angle of 257.05º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250A69 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3710105-
CMYK0.650.9000.59
HSL257.05º82.61%22.55%-
HSV(B)257.05º90.48%41.18%-
XYZ3.421.6313.5-
YUV28.9170.95133.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 10 (4.30% from 255) = 6.58%
BLUE value IS 105 (41.41% from 255) = 69.08%
R=24.34%
G=6.58%
B=69.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37101050.650.9000.59257.0582.6122.55
Hex25A69415A03B1015317
Octal451215110113207340112327
Binary10010110101101001100000110110100111011100000001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250A69; }

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

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

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

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

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

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

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

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