Html Css Color HEX #37135A Christalle

📋 copy color: '#37135A'

red 55 ◦ green 19 ◦ blue 90

#37135A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #37135A

Tints of Christalle #37135A

RGB

 RED value IS 55 (21.88% from 255) = 33.54%

 GREEN value IS 19 (7.81% from 255) = 11.59%

 BLUE value IS 90 (35.55% from 255) = 54.88%

R = 33.54%
G = 11.59%
B = 54.88%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#37135A (or 0x37135A) is known color: Christalle. HEX triplet: 37, 13 and 5A. RGB value is (55,19,90). Sum of RGB (Red+Green+Blue) = 55+19+90=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #37135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37135A is #C8ECA5. Grayscale: #252525. Windows color (decimal): -13167782 or 5903159. OLE color: 5903159.

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

Color convert

RGB 55 19 90 -
CMYK 0.39 0.79 0 0.65
HSL 270.42º 0.65% 0.21% -
HSV(B) 270.42º 0.79% 0.35% -
XYZ 3.65 2.02 9.87 -
YUV 37.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 55 19 90 0.39 0.79 0 0.65 270.42 0.65 0.21
Hex 37 13 5A 27 4F 0 41 10E 41 15
Octal 67 23 132 47 117 0 101 416 101 25
Binary 110111 10011 1011010 100111 1001111 0 1000001 100001110 1000001 10101

Color Harmonies of #37135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37135A

Black with #37135A

Text Example


Text Example

White with #37135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37135A;
 }
 .AnyTagClassName
 {
   color: #37135A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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