#25015A

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

Shades of Christalle #25015A

Tints of Christalle #25015A

Color information

#25015A (or 0x25015A) is unknown color: approx Christalle. HEX triplet: 25, 01 and 5A. RGB value is (37,1,90). Sum of RGB (Red+Green+Blue) = 37+1+90=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 90 (35.55% from 255 or 70.31% from 128); Max value from RGB is 90 - color contains mainly: blue. Hex color #25015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25015A is #DAFEA5. Grayscale: #151515. Windows color (decimal): -14352038 or 5898533. OLE color: 5898533.

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

Color convert

RGB37190-
CMYK0.590.9900.65
HSL264.27º97.8%17.84%-
HSV(B)264.27º98.89%35.29%-
XYZ2.621.159.76-
YUV21.91166.43138.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.91%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 90 (35.55% from 255) = 70.31%
R=28.91%
G=0.78%
B=70.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal371900.590.9900.65264.2797.817.84
Hex2515A3B630411086212
Octal45113273143010141014222
Binary10010111011010111011110001101000001100001000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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