Html Css Color HEX #331C65 Christalle

📋 copy color: '#331C65'

red 51 ◦ green 28 ◦ blue 101

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

Shades of Christalle #331C65

Tints of Christalle #331C65

RGB

 RED value IS 51 (20.31% from 255) = 28.33%

 GREEN value IS 28 (11.33% from 255) = 15.56%

 BLUE value IS 101 (39.84% from 255) = 56.11%

R = 28.33%
G = 15.56%
B = 56.11%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#331C65 (or 0x331C65) is known color: Christalle. HEX triplet: 33, 1C and 65. RGB value is (51,28,101). Sum of RGB (Red+Green+Blue) = 51+28+101=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 101 (39.84% from 255 or 56.11% from 180); Max value from RGB is 101 - color contains mainly: blue. Hex color #331C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331C65 is #CCE39A. Grayscale: #2A2A2A. Windows color (decimal): -13427611 or 6626355. OLE color: 6626355.

HSL color Cylindrical-coordinate representation of color #331C65: hue angle of 258.9º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #331C65 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 28 101 -
CMYK 0.50 0.72 0 0.60
HSL 258.9º 0.57% 0.25% -
HSV(B) 258.9º 0.72% 0.4% -
XYZ 4.13 2.47 12.57 -
YUV 43.2 160.62 133.56 -
System Red Green Blue C M Y K H S L
Decimal 51 28 101 0.50 0.72 0 0.60 258.9 0.57 0.25
Hex 33 1C 65 32 48 0 3C 103 39 19
Octal 63 34 145 62 110 0 74 403 71 31
Binary 110011 11100 1100101 110010 1001000 0 111100 100000011 111001 11001

Color Harmonies of #331C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331C65

Black with #331C65

Text Example


Text Example

White with #331C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331C65; }

 p { color: rgb(51,28,101); }

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

background-color css

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

 a { background-color: rgb(51,28,101); }

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

border-color css

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

 span { border-color: rgb(51,28,101); }

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