Html Css Color HEX #382159 Christalle

📋 copy color: '#382159'

red 56 ◦ green 33 ◦ blue 89

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

Shades of Christalle #382159

Tints of Christalle #382159

RGB

 RED value IS 56 (22.27% from 255) = 31.46%

 GREEN value IS 33 (13.28% from 255) = 18.54%

 BLUE value IS 89 (35.16% from 255) = 50%

R = 31.46%
G = 18.54%
B = 50%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#382159 (or 0x382159) is known color: Christalle. HEX triplet: 38, 21 and 59. RGB value is (56,33,89). Sum of RGB (Red+Green+Blue) = 56+33+89=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #382159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382159 is #C7DEA6. Grayscale: #2E2E2E. Windows color (decimal): -13098663 or 5841208. OLE color: 5841208.

HSL color Cylindrical-coordinate representation of color #382159: hue angle of 264.64º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #382159 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 33 89 -
CMYK 0.37 0.63 0 0.65
HSL 264.64º 0.46% 0.24% -
HSV(B) 264.64º 0.63% 0.35% -
XYZ 3.98 2.65 9.75 -
YUV 46.26 152.12 134.95 -
System Red Green Blue C M Y K H S L
Decimal 56 33 89 0.37 0.63 0 0.65 264.64 0.46 0.24
Hex 38 21 59 25 3F 0 41 109 2E 18
Octal 70 41 131 45 77 0 101 411 56 30
Binary 111000 100001 1011001 100101 111111 0 1000001 100001001 101110 11000

Color Harmonies of #382159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382159

Black with #382159

Text Example


Text Example

White with #382159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382159; }

 p { color: rgb(56,33,89); }

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

background-color css

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

 a { background-color: rgb(56,33,89); }

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

border-color css

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

 span { border-color: rgb(56,33,89); }

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