#25005B

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

Shades of Christalle #25005B

Tints of Christalle #25005B

Color information

#25005B (or 0x25005B) is unknown color: approx Christalle. HEX triplet: 25, 00 and 5B. RGB value is (37,0,91). Sum of RGB (Red+Green+Blue) = 37+0+91=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 91 (35.94% from 255 or 71.09% from 128); Max value from RGB is 91 - color contains mainly: blue. Hex color #25005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25005B is #DAFFA4. Grayscale: #151515. Windows color (decimal): -14352293 or 5963813. OLE color: 5963813.

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

Color convert

RGB37091-
CMYK0.59100.64
HSL264.4º100%17.84%-
HSV(B)264.4º100%35.69%-
XYZ2.651.159.98-
YUV21.44167.26139.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 71.09%
R=28.91%
G=0%
B=71.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal370910.59100.64264.410017.84
Hex2505B3B640401086412
Octal45013373144010041014422
Binary10010101011011111011110010001000000100001000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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