Html Css Color HEX #381555 Christalle

📋 copy color: '#381555'

red 56 ◦ green 21 ◦ blue 85

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

Shades of Christalle #381555

Tints of Christalle #381555

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.96%

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

R = 34.57%
G = 12.96%
B = 52.47%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#381555 (or 0x381555) is known color: Christalle. HEX triplet: 38, 15 and 55. RGB value is (56,21,85). Sum of RGB (Red+Green+Blue) = 56+21+85=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 85 (33.59% from 255 or 52.47% from 162); Max value from RGB is 85 - color contains mainly: blue. Hex color #381555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381555 is #C7EAAA. Grayscale: #262626. Windows color (decimal): -13101739 or 5575992. OLE color: 5575992.

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

Color convert

RGB 56 21 85 -
CMYK 0.34 0.75 0 0.67
HSL 272.81º 0.6% 0.21% -
HSV(B) 272.81º 0.75% 0.33% -
XYZ 3.54 2.03 8.8 -
YUV 38.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 56 21 85 0.34 0.75 0 0.67 272.81 0.6 0.21
Hex 38 15 55 22 4B 0 43 111 3C 15
Octal 70 25 125 42 113 0 103 421 74 25
Binary 111000 10101 1010101 100010 1001011 0 1000011 100010001 111100 10101

Color Harmonies of #381555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381555

Black with #381555

Text Example


Text Example

White with #381555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381555; }

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

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

background-color css

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

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

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

border-color css

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

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

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