Html Css Color HEX #331D5A Christalle

📋 copy color: '#331D5A'

red 51 ◦ green 29 ◦ blue 90

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

Shades of Christalle #331D5A

Tints of Christalle #331D5A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.06%

 BLUE value IS 90 (35.55% from 255) = 52.94%

R = 30%
G = 17.06%
B = 52.94%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#331D5A (or 0x331D5A) is known color: Christalle. HEX triplet: 33, 1D and 5A. RGB value is (51,29,90). Sum of RGB (Red+Green+Blue) = 51+29+90=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #331D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331D5A is #CCE2A5. Grayscale: #2A2A2A. Windows color (decimal): -13427366 or 5905715. OLE color: 5905715.

HSL color Cylindrical-coordinate representation of color #331D5A: hue angle of 261.64º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #331D5A is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 29 90 -
CMYK 0.43 0.68 0 0.65
HSL 261.64º 0.51% 0.23% -
HSV(B) 261.64º 0.68% 0.35% -
XYZ 3.65 2.32 9.93 -
YUV 42.53 154.79 134.04 -
System Red Green Blue C M Y K H S L
Decimal 51 29 90 0.43 0.68 0 0.65 261.64 0.51 0.23
Hex 33 1D 5A 2B 44 0 41 106 33 17
Octal 63 35 132 53 104 0 101 406 63 27
Binary 110011 11101 1011010 101011 1000100 0 1000001 100000110 110011 10111

Color Harmonies of #331D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331D5A

Black with #331D5A

Text Example


Text Example

White with #331D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,29,90); }

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

background-color css

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

 a { background-color: rgb(51,29,90); }

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

border-color css

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

 span { border-color: rgb(51,29,90); }

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