#250063

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

Shades of Persian Indigo #250063

Tints of Persian Indigo #250063

Color information

#250063 (or 0x250063) is unknown color: approx Persian Indigo. HEX triplet: 25, 00 and 63. RGB value is (37,0,99). Sum of RGB (Red+Green+Blue) = 37+0+99=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 99 (39.06% from 255 or 72.79% from 136); Max value from RGB is 99 - color contains mainly: blue. Hex color #250063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250063 is #DAFF9C. Grayscale: #151515. Windows color (decimal): -14352285 or 6488101. OLE color: 6488101.

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

Color convert

RGB37099-
CMYK0.63100.61
HSL262.42º100%19.41%-
HSV(B)262.42º100%38.82%-
XYZ3.021.2911.9-
YUV22.35171.26138.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 72.79%
R=27.21%
G=0%
B=72.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal370990.63100.61262.4210019.41
Hex250633F6403D1066413
Octal4501437714407540614423
Binary1001010110001111111111001000111101100000110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250063; }

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

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

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

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

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

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

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

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