Html Css Color HEX #370261 Christalle

📋 copy color: '#370261'

red 55 ◦ green 2 ◦ blue 97

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

Shades of Christalle #370261

Tints of Christalle #370261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.3%

 BLUE value IS 97 (38.28% from 255) = 62.99%

R = 35.71%
G = 1.3%
B = 62.99%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#370261 (or 0x370261) is known color: Christalle. HEX triplet: 37, 02 and 61. RGB value is (55,2,97). Sum of RGB (Red+Green+Blue) = 55+2+97=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 97 (38.28% from 255 or 62.99% from 154); Max value from RGB is 97 - color contains mainly: blue. Hex color #370261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370261 is #C8FD9E. Grayscale: #1C1C1C. Windows color (decimal): -13172127 or 6357559. OLE color: 6357559.

HSL color Cylindrical-coordinate representation of color #370261: hue angle of 273.47º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370261 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 2 97 -
CMYK 0.43 0.98 0 0.62
HSL 273.47º 0.96% 0.19% -
HSV(B) 273.47º 0.98% 0.38% -
XYZ 3.75 1.72 11.44 -
YUV 28.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 55 2 97 0.43 0.98 0 0.62 273.47 0.96 0.19
Hex 37 2 61 2B 62 0 3E 111 60 13
Octal 67 2 141 53 142 0 76 421 140 23
Binary 110111 10 1100001 101011 1100010 0 111110 100010001 1100000 10011

Color Harmonies of #370261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370261

Black with #370261

Text Example


Text Example

White with #370261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370261; }

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

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

background-color css

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

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

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

border-color css

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

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

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