Html Css Color HEX #331253 Christalle

📋 copy color: '#331253'

red 51 ◦ green 18 ◦ blue 83

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

Shades of Christalle #331253

Tints of Christalle #331253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.84%

 BLUE value IS 83 (32.81% from 255) = 54.61%

R = 33.55%
G = 11.84%
B = 54.61%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#331253 (or 0x331253) is known color: Christalle. HEX triplet: 33, 12 and 53. RGB value is (51,18,83). Sum of RGB (Red+Green+Blue) = 51+18+83=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #331253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331253 is #CCEDAC. Grayscale: #232323. Windows color (decimal): -13430189 or 5444147. OLE color: 5444147.

HSL color Cylindrical-coordinate representation of color #331253: hue angle of 270.46º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #331253 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 18 83 -
CMYK 0.39 0.78 0 0.67
HSL 270.46º 0.64% 0.2% -
HSV(B) 270.46º 0.78% 0.33% -
XYZ 3.14 1.76 8.36 -
YUV 35.28 154.93 139.21 -
System Red Green Blue C M Y K H S L
Decimal 51 18 83 0.39 0.78 0 0.67 270.46 0.64 0.2
Hex 33 12 53 27 4E 0 43 10E 40 14
Octal 63 22 123 47 116 0 103 416 100 24
Binary 110011 10010 1010011 100111 1001110 0 1000011 100001110 1000000 10100

Color Harmonies of #331253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331253

Black with #331253

Text Example


Text Example

White with #331253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331253; }

 p { color: rgb(51,18,83); }

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

background-color css

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

 a { background-color: rgb(51,18,83); }

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

border-color css

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

 span { border-color: rgb(51,18,83); }

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