Html Css Color HEX #382470 Christalle

📋 copy color: '#382470'

red 56 ◦ green 36 ◦ blue 112

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

Shades of Christalle #382470

Tints of Christalle #382470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.65%

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

R = 27.45%
G = 17.65%
B = 54.9%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#382470 (or 0x382470) is known color: Christalle. HEX triplet: 38, 24 and 70. RGB value is (56,36,112). Sum of RGB (Red+Green+Blue) = 56+36+112=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #382470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382470 is #C7DB8F. Grayscale: #323232. Windows color (decimal): -13097872 or 7349304. OLE color: 7349304.

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

Color convert

RGB 56 36 112 -
CMYK 0.50 0.68 0 0.56
HSL 255.79º 0.51% 0.29% -
HSV(B) 255.79º 0.68% 0.44% -
XYZ 5.19 3.27 15.69 -
YUV 50.64 162.63 131.82 -
System Red Green Blue C M Y K H S L
Decimal 56 36 112 0.50 0.68 0 0.56 255.79 0.51 0.29
Hex 38 24 70 32 44 0 38 100 33 1D
Octal 70 44 160 62 104 0 70 400 63 35
Binary 111000 100100 1110000 110010 1000100 0 111000 100000000 110011 11101

Color Harmonies of #382470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382470

Black with #382470

Text Example


Text Example

White with #382470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382470; }

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

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

background-color css

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

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

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

border-color css

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

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

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