Html Css Color HEX #382168 Christalle

📋 copy color: '#382168'

red 56 ◦ green 33 ◦ blue 104

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

Shades of Christalle #382168

Tints of Christalle #382168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 53.89%

R = 29.02%
G = 17.1%
B = 53.89%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#382168 (or 0x382168) is known color: Christalle. HEX triplet: 38, 21 and 68. RGB value is (56,33,104). Sum of RGB (Red+Green+Blue) = 56+33+104=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #382168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382168 is #C7DE97. Grayscale: #2F2F2F. Windows color (decimal): -13098648 or 6824248. OLE color: 6824248.

HSL color Cylindrical-coordinate representation of color #382168: hue angle of 259.44º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #382168 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 33 104 -
CMYK 0.46 0.68 0 0.59
HSL 259.44º 0.52% 0.27% -
HSV(B) 259.44º 0.68% 0.41% -
XYZ 4.67 2.93 13.42 -
YUV 47.97 159.62 133.73 -
System Red Green Blue C M Y K H S L
Decimal 56 33 104 0.46 0.68 0 0.59 259.44 0.52 0.27
Hex 38 21 68 2E 44 0 3B 103 34 1B
Octal 70 41 150 56 104 0 73 403 64 33
Binary 111000 100001 1101000 101110 1000100 0 111011 100000011 110100 11011

Color Harmonies of #382168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382168

Black with #382168

Text Example


Text Example

White with #382168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382168; }

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

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

background-color css

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

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

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

border-color css

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

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

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