#250B73

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

Shades of Persian Indigo #250B73

Tints of Persian Indigo #250B73

Color information

#250B73 (or 0x250B73) is unknown color: approx Persian Indigo. HEX triplet: 25, 0B and 73. RGB value is (37,11,115). Sum of RGB (Red+Green+Blue) = 37+11+115=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 115 (45.31% from 255 or 70.55% from 163); Max value from RGB is 115 - color contains mainly: blue. Hex color #250B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250B73 is #DAF48C. Grayscale: #1E1E1E. Windows color (decimal): -14349453 or 7539493. OLE color: 7539493.

HSL color Cylindrical-coordinate representation of color #250B73: hue angle of 255º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250B73 is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3711115-
CMYK0.680.9000.55
HSL255º82.54%24.71%-
HSV(B)255º90.43%45.1%-
XYZ3.981.8716.37-
YUV30.63175.61132.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 11 (4.69% from 255) = 6.75%
BLUE value IS 115 (45.31% from 255) = 70.55%
R=22.70%
G=6.75%
B=70.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37111150.680.9000.5525582.5424.71
Hex25B73445A037ff5319
Octal451316310413206737712331
Binary1001011011111001110001001011010011011111111111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,11,115); }

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

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

 a { background-color: rgb(37,11,115); }

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

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

 span { border-color: rgb(37,11,115); }

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