#25025B

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

Shades of Christalle #25025B

Tints of Christalle #25025B

Color information

#25025B (or 0x25025B) is unknown color: approx Christalle. HEX triplet: 25, 02 and 5B. RGB value is (37,2,91). Sum of RGB (Red+Green+Blue) = 37+2+91=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 91 (35.94% from 255 or 70% from 130); Max value from RGB is 91 - color contains mainly: blue. Hex color #25025B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25025B is #DAFDA4. Grayscale: #161616. Windows color (decimal): -14351781 or 5964325. OLE color: 5964325.

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

Color convert

RGB37291-
CMYK0.590.9800.64
HSL263.6º95.7%18.24%-
HSV(B)263.6º97.8%35.69%-
XYZ2.671.199.99-
YUV22.61166.6138.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.46%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 91 (35.94% from 255) = 70%
R=28.46%
G=1.54%
B=70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal372910.590.9800.64263.695.718.24
Hex2525B3B620401086012
Octal45213373142010041014022
Binary100101101011011111011110001001000000100001000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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