Html Css Color HEX #371058 Christalle

📋 copy color: '#371058'

red 55 ◦ green 16 ◦ blue 88

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

Shades of Christalle #371058

Tints of Christalle #371058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 55.35%

R = 34.59%
G = 10.06%
B = 55.35%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#371058 (or 0x371058) is known color: Christalle. HEX triplet: 37, 10 and 58. RGB value is (55,16,88). Sum of RGB (Red+Green+Blue) = 55+16+88=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #371058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371058 is #C8EFA7. Grayscale: #232323. Windows color (decimal): -13168552 or 5771319. OLE color: 5771319.

HSL color Cylindrical-coordinate representation of color #371058: hue angle of 272.5º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #371058 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 16 88 -
CMYK 0.38 0.82 0 0.65
HSL 272.5º 0.69% 0.2% -
HSV(B) 272.5º 0.82% 0.35% -
XYZ 3.52 1.89 9.41 -
YUV 35.87 157.42 141.65 -
System Red Green Blue C M Y K H S L
Decimal 55 16 88 0.38 0.82 0 0.65 272.5 0.69 0.2
Hex 37 10 58 26 52 0 41 110 45 14
Octal 67 20 130 46 122 0 101 420 105 24
Binary 110111 10000 1011000 100110 1010010 0 1000001 100010000 1000101 10100

Color Harmonies of #371058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371058

Black with #371058

Text Example


Text Example

White with #371058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371058; }

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

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

background-color css

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

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

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

border-color css

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

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

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