Html Css Color HEX #382861 Christalle

📋 copy color: '#382861'

red 56 ◦ green 40 ◦ blue 97

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

Shades of Christalle #382861

Tints of Christalle #382861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.73%

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

R = 29.02%
G = 20.73%
B = 50.26%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#382861 (or 0x382861) is known color: Christalle. HEX triplet: 38, 28 and 61. RGB value is (56,40,97). Sum of RGB (Red+Green+Blue) = 56+40+97=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #382861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382861 is #C7D79E. Grayscale: #333333. Windows color (decimal): -13096863 or 6367288. OLE color: 6367288.

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

Color convert

RGB 56 40 97 -
CMYK 0.42 0.59 0 0.62
HSL 256.84º 0.42% 0.27% -
HSV(B) 256.84º 0.59% 0.38% -
XYZ 4.55 3.22 11.69 -
YUV 51.28 153.8 131.37 -
System Red Green Blue C M Y K H S L
Decimal 56 40 97 0.42 0.59 0 0.62 256.84 0.42 0.27
Hex 38 28 61 2A 3B 0 3E 101 2A 1B
Octal 70 50 141 52 73 0 76 401 52 33
Binary 111000 101000 1100001 101010 111011 0 111110 100000001 101010 11011

Color Harmonies of #382861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382861

Black with #382861

Text Example


Text Example

White with #382861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382861; }

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

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

background-color css

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

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

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

border-color css

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

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

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