#37025A

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

Shades of Christalle #37025A

Tints of Christalle #37025A

Color information

#37025A (or 0x37025A) is unknown color: approx Christalle. HEX triplet: 37, 02 and 5A. RGB value is (55,2,90). Sum of RGB (Red+Green+Blue) = 55+2+90=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #37025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37025A is #C8FDA5. Grayscale: #1B1B1B. Windows color (decimal): -13172134 or 5898807. OLE color: 5898807.

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

Color convert

RGB55290-
CMYK0.390.9800.65
HSL276.14º95.65%18.04%-
HSV(B)276.14º97.78%35.29%-
XYZ3.441.599.8-
YUV27.88163.06147.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.41%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 90 (35.55% from 255) = 61.22%
R=37.41%
G=1.36%
B=61.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal552900.390.9800.65276.1495.6518.04
Hex3725A27620411146012
Octal67213247142010142414022
Binary110111101011010100111110001001000001100010100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,2,90); }

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

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

 a { background-color: rgb(55,2,90); }

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

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

 span { border-color: rgb(55,2,90); }

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