Html Css Color HEX #382162 Christalle

📋 copy color: '#382162'

red 56 ◦ green 33 ◦ blue 98

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

Shades of Christalle #382162

Tints of Christalle #382162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 52.41%

R = 29.95%
G = 17.65%
B = 52.41%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#382162 (or 0x382162) is known color: Christalle. HEX triplet: 38, 21 and 62. RGB value is (56,33,98). Sum of RGB (Red+Green+Blue) = 56+33+98=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #382162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382162 is #C7DE9D. Grayscale: #2F2F2F. Windows color (decimal): -13098654 or 6431032. OLE color: 6431032.

HSL color Cylindrical-coordinate representation of color #382162: hue angle of 261.23º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #382162 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 33 98 -
CMYK 0.43 0.66 0 0.62
HSL 261.23º 0.5% 0.26% -
HSV(B) 261.23º 0.66% 0.38% -
XYZ 4.38 2.81 11.87 -
YUV 47.29 156.62 134.21 -
System Red Green Blue C M Y K H S L
Decimal 56 33 98 0.43 0.66 0 0.62 261.23 0.5 0.26
Hex 38 21 62 2B 42 0 3E 105 32 1A
Octal 70 41 142 53 102 0 76 405 62 32
Binary 111000 100001 1100010 101011 1000010 0 111110 100000101 110010 11010

Color Harmonies of #382162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382162

Black with #382162

Text Example


Text Example

White with #382162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382162; }

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

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

background-color css

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

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

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

border-color css

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

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

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