Html Css Color HEX #331F5A Christalle

📋 copy color: '#331F5A'

red 51 ◦ green 31 ◦ blue 90

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

Shades of Christalle #331F5A

Tints of Christalle #331F5A

RGB

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

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

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

R = 29.65%
G = 18.02%
B = 52.33%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#331F5A (or 0x331F5A) is known color: Christalle. HEX triplet: 33, 1F and 5A. RGB value is (51,31,90). Sum of RGB (Red+Green+Blue) = 51+31+90=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #331F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331F5A is #CCE0A5. Grayscale: #2B2B2B. Windows color (decimal): -13426854 or 5906227. OLE color: 5906227.

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

Color convert

RGB 51 31 90 -
CMYK 0.43 0.66 0 0.65
HSL 260.34º 0.49% 0.24% -
HSV(B) 260.34º 0.66% 0.35% -
XYZ 3.7 2.42 9.95 -
YUV 43.71 154.13 133.2 -
System Red Green Blue C M Y K H S L
Decimal 51 31 90 0.43 0.66 0 0.65 260.34 0.49 0.24
Hex 33 1F 5A 2B 42 0 41 104 31 18
Octal 63 37 132 53 102 0 101 404 61 30
Binary 110011 11111 1011010 101011 1000010 0 1000001 100000100 110001 11000

Color Harmonies of #331F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331F5A

Black with #331F5A

Text Example


Text Example

White with #331F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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