Html Css Color HEX #382161 Christalle

📋 copy color: '#382161'

red 56 ◦ green 33 ◦ blue 97

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

Shades of Christalle #382161

Tints of Christalle #382161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 52.15%

R = 30.11%
G = 17.74%
B = 52.15%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#382161 (or 0x382161) is known color: Christalle. HEX triplet: 38, 21 and 61. RGB value is (56,33,97). Sum of RGB (Red+Green+Blue) = 56+33+97=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #382161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382161 is #C7DE9E. Grayscale: #2E2E2E. Windows color (decimal): -13098655 or 6365496. OLE color: 6365496.

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

Color convert

RGB 56 33 97 -
CMYK 0.42 0.66 0 0.62
HSL 261.56º 0.49% 0.25% -
HSV(B) 261.56º 0.66% 0.38% -
XYZ 4.33 2.79 11.62 -
YUV 47.17 156.12 134.3 -
System Red Green Blue C M Y K H S L
Decimal 56 33 97 0.42 0.66 0 0.62 261.56 0.49 0.25
Hex 38 21 61 2A 42 0 3E 106 31 19
Octal 70 41 141 52 102 0 76 406 61 31
Binary 111000 100001 1100001 101010 1000010 0 111110 100000110 110001 11001

Color Harmonies of #382161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382161

Black with #382161

Text Example


Text Example

White with #382161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382161; }

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

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

background-color css

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

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

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

border-color css

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

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

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