#25055B

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

Shades of Christalle #25055B

Tints of Christalle #25055B

Color information

#25055B (or 0x25055B) is unknown color: approx Christalle. HEX triplet: 25, 05 and 5B. RGB value is (37,5,91). Sum of RGB (Red+Green+Blue) = 37+5+91=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 91 (35.94% from 255 or 68.42% from 133); Max value from RGB is 91 - color contains mainly: blue. Hex color #25055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25055B is #DAFAA4. Grayscale: #181818. Windows color (decimal): -14351013 or 5965093. OLE color: 5965093.

HSL color Cylindrical-coordinate representation of color #25055B: hue angle of 262.33º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25055B is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB37591-
CMYK0.590.9500.64
HSL262.33º89.58%18.82%-
HSV(B)262.33º94.51%35.69%-
XYZ2.711.2610-
YUV24.37165.6137.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.82%
GREEN value IS 5 (2.34% from 255) = 3.76%
BLUE value IS 91 (35.94% from 255) = 68.42%
R=27.82%
G=3.76%
B=68.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal375910.590.9500.64262.3389.5818.82
Hex2555B3B5F0401065a13
Octal45513373137010040613223
Binary1001011011011011111011101111101000000100000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25055B; }

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

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

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

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

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

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

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

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