Html Css Color HEX #331B65 Christalle

📋 copy color: '#331B65'

red 51 ◦ green 27 ◦ blue 101

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

Shades of Christalle #331B65

Tints of Christalle #331B65

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.08%

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

R = 28.49%
G = 15.08%
B = 56.42%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#331B65 (or 0x331B65) is known color: Christalle. HEX triplet: 33, 1B and 65. RGB value is (51,27,101). Sum of RGB (Red+Green+Blue) = 51+27+101=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 101 (39.84% from 255 or 56.42% from 179); Max value from RGB is 101 - color contains mainly: blue. Hex color #331B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331B65 is #CCE49A. Grayscale: #2A2A2A. Windows color (decimal): -13427867 or 6626099. OLE color: 6626099.

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

Color convert

RGB 51 27 101 -
CMYK 0.50 0.73 0 0.60
HSL 259.46º 0.58% 0.25% -
HSV(B) 259.46º 0.73% 0.4% -
XYZ 4.11 2.43 12.56 -
YUV 42.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 51 27 101 0.50 0.73 0 0.60 259.46 0.58 0.25
Hex 33 1B 65 32 49 0 3C 103 3A 19
Octal 63 33 145 62 111 0 74 403 72 31
Binary 110011 11011 1100101 110010 1001001 0 111100 100000011 111010 11001

Color Harmonies of #331B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331B65

Black with #331B65

Text Example


Text Example

White with #331B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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