Html Css Color HEX #331F68 Christalle

📋 copy color: '#331F68'

red 51 ◦ green 31 ◦ blue 104

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

Shades of Christalle #331F68

Tints of Christalle #331F68

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.67%

 BLUE value IS 104 (41.02% from 255) = 55.91%

R = 27.42%
G = 16.67%
B = 55.91%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#331F68 (or 0x331F68) is known color: Christalle. HEX triplet: 33, 1F and 68. RGB value is (51,31,104). Sum of RGB (Red+Green+Blue) = 51+31+104=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #331F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331F68 is #CCE097. Grayscale: #2D2D2D. Windows color (decimal): -13426840 or 6823731. OLE color: 6823731.

HSL color Cylindrical-coordinate representation of color #331F68: hue angle of 256.44º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #331F68 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 31 104 -
CMYK 0.51 0.70 0 0.59
HSL 256.44º 0.54% 0.26% -
HSV(B) 256.44º 0.7% 0.41% -
XYZ 4.35 2.68 13.39 -
YUV 45.3 161.13 132.06 -
System Red Green Blue C M Y K H S L
Decimal 51 31 104 0.51 0.70 0 0.59 256.44 0.54 0.26
Hex 33 1F 68 33 46 0 3B 100 36 1A
Octal 63 37 150 63 106 0 73 400 66 32
Binary 110011 11111 1101000 110011 1000110 0 111011 100000000 110110 11010

Color Harmonies of #331F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331F68

Black with #331F68

Text Example


Text Example

White with #331F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,31,104); }

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

background-color css

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

 a { background-color: rgb(51,31,104); }

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

border-color css

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

 span { border-color: rgb(51,31,104); }

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