Html Css Color HEX #371069 Christalle

📋 copy color: '#371069'

red 55 ◦ green 16 ◦ blue 105

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

Shades of Christalle #371069

Tints of Christalle #371069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.09%

 BLUE value IS 105 (41.41% from 255) = 59.66%

R = 31.25%
G = 9.09%
B = 59.66%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#371069 (or 0x371069) is known color: Christalle. HEX triplet: 37, 10 and 69. RGB value is (55,16,105). Sum of RGB (Red+Green+Blue) = 55+16+105=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 105 (41.41% from 255 or 59.66% from 176); Max value from RGB is 105 - color contains mainly: blue. Hex color #371069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371069 is #C8EF96. Grayscale: #252525. Windows color (decimal): -13168535 or 6885431. OLE color: 6885431.

HSL color Cylindrical-coordinate representation of color #371069: hue angle of 266.29º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371069 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 16 105 -
CMYK 0.48 0.85 0 0.59
HSL 266.29º 0.74% 0.24% -
HSV(B) 266.29º 0.85% 0.41% -
XYZ 4.31 2.2 13.56 -
YUV 37.81 165.92 140.26 -
System Red Green Blue C M Y K H S L
Decimal 55 16 105 0.48 0.85 0 0.59 266.29 0.74 0.24
Hex 37 10 69 30 55 0 3B 10A 4A 18
Octal 67 20 151 60 125 0 73 412 112 30
Binary 110111 10000 1101001 110000 1010101 0 111011 100001010 1001010 11000

Color Harmonies of #371069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371069

Black with #371069

Text Example


Text Example

White with #371069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371069; }

 p { color: rgb(55,16,105); }

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

background-color css

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

 a { background-color: rgb(55,16,105); }

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

border-color css

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

 span { border-color: rgb(55,16,105); }

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