Html Css Color HEX #382555 Christalle

📋 copy color: '#382555'

red 56 ◦ green 37 ◦ blue 85

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

Shades of Christalle #382555

Tints of Christalle #382555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.79%

 BLUE value IS 85 (33.59% from 255) = 47.75%

R = 31.46%
G = 20.79%
B = 47.75%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#382555 (or 0x382555) is known color: Christalle. HEX triplet: 38, 25 and 55. RGB value is (56,37,85). Sum of RGB (Red+Green+Blue) = 56+37+85=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #382555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382555 is #C7DAAA. Grayscale: #2F2F2F. Windows color (decimal): -13097643 or 5580088. OLE color: 5580088.

HSL color Cylindrical-coordinate representation of color #382555: hue angle of 263.75º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #382555 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 37 85 -
CMYK 0.34 0.56 0 0.67
HSL 263.75º 0.39% 0.24% -
HSV(B) 263.75º 0.56% 0.33% -
XYZ 3.93 2.82 8.93 -
YUV 48.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 56 37 85 0.34 0.56 0 0.67 263.75 0.39 0.24
Hex 38 25 55 22 38 0 43 108 27 18
Octal 70 45 125 42 70 0 103 410 47 30
Binary 111000 100101 1010101 100010 111000 0 1000011 100001000 100111 11000

Color Harmonies of #382555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382555

Black with #382555

Text Example


Text Example

White with #382555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382555; }

 p { color: rgb(56,37,85); }

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

background-color css

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

 a { background-color: rgb(56,37,85); }

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

border-color css

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

 span { border-color: rgb(56,37,85); }

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