Html Css Color HEX #382271 Christalle

📋 copy color: '#382271'

red 56 ◦ green 34 ◦ blue 113

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

Shades of Christalle #382271

Tints of Christalle #382271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.75%

 BLUE value IS 113 (44.53% from 255) = 55.67%

R = 27.59%
G = 16.75%
B = 55.67%

CMYK

 C value IS 0.50

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#382271 (or 0x382271) is known color: Christalle. HEX triplet: 38, 22 and 71. RGB value is (56,34,113). Sum of RGB (Red+Green+Blue) = 56+34+113=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #382271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382271 is #C7DD8E. Grayscale: #313131. Windows color (decimal): -13098383 or 7414328. OLE color: 7414328.

HSL color Cylindrical-coordinate representation of color #382271: hue angle of 256.71º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #382271 is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 34 113 -
CMYK 0.50 0.70 0 0.56
HSL 256.71º 0.54% 0.29% -
HSV(B) 256.71º 0.7% 0.44% -
XYZ 5.18 3.18 15.96 -
YUV 49.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 56 34 113 0.50 0.70 0 0.56 256.71 0.54 0.29
Hex 38 22 71 32 46 0 38 101 36 1D
Octal 70 42 161 62 106 0 70 401 66 35
Binary 111000 100010 1110001 110010 1000110 0 111000 100000001 110110 11101

Color Harmonies of #382271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382271

Black with #382271

Text Example


Text Example

White with #382271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382271; }

 p { color: rgb(56,34,113); }

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

background-color css

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

 a { background-color: rgb(56,34,113); }

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

border-color css

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

 span { border-color: rgb(56,34,113); }

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