Html Css Color HEX #382270 Christalle

📋 copy color: '#382270'

red 56 ◦ green 34 ◦ blue 112

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

Shades of Christalle #382270

Tints of Christalle #382270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 55.45%

R = 27.72%
G = 16.83%
B = 55.45%

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

#382270 (or 0x382270) is known color: Christalle. HEX triplet: 38, 22 and 70. RGB value is (56,34,112). Sum of RGB (Red+Green+Blue) = 56+34+112=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #382270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382270 is #C7DD8F. Grayscale: #313131. Windows color (decimal): -13098384 or 7348792. OLE color: 7348792.

HSL color Cylindrical-coordinate representation of color #382270: hue angle of 256.92º degrees, saturation: 0.53, 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 #382270 is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 34 112 -
CMYK 0.50 0.70 0 0.56
HSL 256.92º 0.53% 0.29% -
HSV(B) 256.92º 0.7% 0.44% -
XYZ 5.13 3.15 15.67 -
YUV 49.47 163.29 132.66 -
System Red Green Blue C M Y K H S L
Decimal 56 34 112 0.50 0.70 0 0.56 256.92 0.53 0.29
Hex 38 22 70 32 46 0 38 101 35 1D
Octal 70 42 160 62 106 0 70 401 65 35
Binary 111000 100010 1110000 110010 1000110 0 111000 100000001 110101 11101

Color Harmonies of #382270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382270

Black with #382270

Text Example


Text Example

White with #382270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382270; }

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

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

background-color css

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

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

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

border-color css

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

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

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