#250060

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

Shades of Persian Indigo #250060

Tints of Persian Indigo #250060

Color information

#250060 (or 0x250060) is unknown color: approx Persian Indigo. HEX triplet: 25, 00 and 60. RGB value is (37,0,96). Sum of RGB (Red+Green+Blue) = 37+0+96=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 96 (37.89% from 255 or 72.18% from 133); Max value from RGB is 96 - color contains mainly: blue. Hex color #250060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250060 is #DAFF9F. Grayscale: #151515. Windows color (decimal): -14352288 or 6291493. OLE color: 6291493.

HSL color Cylindrical-coordinate representation of color #250060: hue angle of 263.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250060 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB37096-
CMYK0.61100.62
HSL263.12º100%18.82%-
HSV(B)263.12º100%37.65%-
XYZ2.871.2411.15-
YUV22.01169.76138.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 72.18%
R=27.82%
G=0%
B=72.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal370960.61100.62263.1210018.82
Hex250603D6403E1076413
Octal4501407514407640714423
Binary1001010110000011110111001000111110100000111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250060; }

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

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

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

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

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

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

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

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