Html Css Color HEX #331D58 Christalle

📋 copy color: '#331D58'

red 51 ◦ green 29 ◦ blue 88

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

Shades of Christalle #331D58

Tints of Christalle #331D58

RGB

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

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

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

R = 30.36%
G = 17.26%
B = 52.38%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#331D58 (or 0x331D58) is known color: Christalle. HEX triplet: 33, 1D and 58. RGB value is (51,29,88). Sum of RGB (Red+Green+Blue) = 51+29+88=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #331D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331D58 is #CCE2A7. Grayscale: #2A2A2A. Windows color (decimal): -13427368 or 5774643. OLE color: 5774643.

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

Color convert

RGB 51 29 88 -
CMYK 0.42 0.67 0 0.65
HSL 262.37º 0.5% 0.23% -
HSV(B) 262.37º 0.67% 0.35% -
XYZ 3.57 2.29 9.49 -
YUV 42.3 153.79 134.2 -
System Red Green Blue C M Y K H S L
Decimal 51 29 88 0.42 0.67 0 0.65 262.37 0.5 0.23
Hex 33 1D 58 2A 43 0 41 106 32 17
Octal 63 35 130 52 103 0 101 406 62 27
Binary 110011 11101 1011000 101010 1000011 0 1000001 100000110 110010 10111

Color Harmonies of #331D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331D58

Black with #331D58

Text Example


Text Example

White with #331D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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