#25015B

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

Shades of Christalle #25015B

Tints of Christalle #25015B

Color information

#25015B (or 0x25015B) is unknown color: approx Christalle. HEX triplet: 25, 01 and 5B. RGB value is (37,1,91). Sum of RGB (Red+Green+Blue) = 37+1+91=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 91 (35.94% from 255 or 70.54% from 129); Max value from RGB is 91 - color contains mainly: blue. Hex color #25015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25015B is #DAFEA4. Grayscale: #151515. Windows color (decimal): -14352037 or 5964069. OLE color: 5964069.

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

Color convert

RGB37191-
CMYK0.590.9900.64
HSL264º97.83%18.04%-
HSV(B)264º98.9%35.69%-
XYZ2.661.179.98-
YUV22.02166.93138.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.68%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 91 (35.94% from 255) = 70.54%
R=28.68%
G=0.78%
B=70.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal371910.590.9900.6426497.8318.04
Hex2515B3B630401086212
Octal45113373143010041014222
Binary10010111011011111011110001101000000100001000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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