#250073

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

Shades of Persian Indigo #250073

Tints of Persian Indigo #250073

Color information

#250073 (or 0x250073) is unknown color: approx Persian Indigo. HEX triplet: 25, 00 and 73. RGB value is (37,0,115). Sum of RGB (Red+Green+Blue) = 37+0+115=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 115 (45.31% from 255 or 75.66% from 152); Max value from RGB is 115 - color contains mainly: blue. Hex color #250073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250073 is #DAFF8C. Grayscale: #171717. Windows color (decimal): -14352269 or 7536677. OLE color: 7536677.

HSL color Cylindrical-coordinate representation of color #250073: hue angle of 259.3º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250073 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB370115-
CMYK0.68100.55
HSL259.3º100%22.55%-
HSV(B)259.3º100%45.1%-
XYZ3.861.6316.33-
YUV24.17179.26137.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 75.66%
R=24.34%
G=0%
B=75.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3701150.68100.55259.310022.55
Hex2507344640371036417
Octal45016310414406740314427
Binary10010101110011100010011001000110111100000011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250073; }

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

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

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

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

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

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

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

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