#250559

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

Shades of Christalle #250559

Tints of Christalle #250559

Color information

#250559 (or 0x250559) is unknown color: approx Christalle. HEX triplet: 25, 05 and 59. RGB value is (37,5,89). Sum of RGB (Red+Green+Blue) = 37+5+89=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 89 (35.16% from 255 or 67.94% from 131); Max value from RGB is 89 - color contains mainly: blue. Hex color #250559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250559 is #DAFAA6. Grayscale: #171717. Windows color (decimal): -14351015 or 5834021. OLE color: 5834021.

HSL color Cylindrical-coordinate representation of color #250559: hue angle of 262.86º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250559 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB37589-
CMYK0.580.9400.65
HSL262.86º89.36%18.43%-
HSV(B)262.86º94.38%34.9%-
XYZ2.621.229.55-
YUV24.14164.6137.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.24%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 89 (35.16% from 255) = 67.94%
R=28.24%
G=3.82%
B=67.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal375890.580.9400.65262.8689.3618.43
Hex255593A5E0411075912
Octal45513172136010140713122
Binary1001011011011001111010101111001000001100000111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250559; }

 p { color: rgb(37,5,89); }

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

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

 a { background-color: rgb(37,5,89); }

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

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

 span { border-color: rgb(37,5,89); }

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