Html Css Color HEX #331F6E Christalle

📋 copy color: '#331F6E'

red 51 ◦ green 31 ◦ blue 110

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

Shades of Christalle #331F6E

Tints of Christalle #331F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 57.29%

R = 26.56%
G = 16.15%
B = 57.29%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#331F6E (or 0x331F6E) is known color: Christalle. HEX triplet: 33, 1F and 6E. RGB value is (51,31,110). Sum of RGB (Red+Green+Blue) = 51+31+110=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 110 (43.36% from 255 or 57.29% from 192); Max value from RGB is 110 - color contains mainly: blue. Hex color #331F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331F6E is #CCE091. Grayscale: #2D2D2D. Windows color (decimal): -13426834 or 7216947. OLE color: 7216947.

HSL color Cylindrical-coordinate representation of color #331F6E: hue angle of 255.19º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #331F6E is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 51 31 110 -
CMYK 0.54 0.72 0 0.57
HSL 255.19º 0.56% 0.28% -
HSV(B) 255.19º 0.72% 0.43% -
XYZ 4.67 2.81 15.05 -
YUV 45.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 51 31 110 0.54 0.72 0 0.57 255.19 0.56 0.28
Hex 33 1F 6E 36 48 0 39 FF 38 1C
Octal 63 37 156 66 110 0 71 377 70 34
Binary 110011 11111 1101110 110110 1001000 0 111001 11111111 111000 11100

Color Harmonies of #331F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331F6E

Black with #331F6E

Text Example


Text Example

White with #331F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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