Html Css Color HEX #381B60 Christalle

📋 copy color: '#381B60'

red 56 ◦ green 27 ◦ blue 96

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

Shades of Christalle #381B60

Tints of Christalle #381B60

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.08%

 BLUE value IS 96 (37.89% from 255) = 53.63%

R = 31.28%
G = 15.08%
B = 53.63%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#381B60 (or 0x381B60) is known color: Christalle. HEX triplet: 38, 1B and 60. RGB value is (56,27,96). Sum of RGB (Red+Green+Blue) = 56+27+96=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #381B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381B60 is #C7E49F. Grayscale: #2B2B2B. Windows color (decimal): -13100192 or 6298424. OLE color: 6298424.

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

Color convert

RGB 56 27 96 -
CMYK 0.42 0.72 0 0.62
HSL 265.22º 0.56% 0.24% -
HSV(B) 265.22º 0.72% 0.38% -
XYZ 4.13 2.47 11.33 -
YUV 43.54 157.61 136.89 -
System Red Green Blue C M Y K H S L
Decimal 56 27 96 0.42 0.72 0 0.62 265.22 0.56 0.24
Hex 38 1B 60 2A 48 0 3E 109 38 18
Octal 70 33 140 52 110 0 76 411 70 30
Binary 111000 11011 1100000 101010 1001000 0 111110 100001001 111000 11000

Color Harmonies of #381B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B60

Black with #381B60

Text Example


Text Example

White with #381B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381B60; }

 p { color: rgb(56,27,96); }

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

background-color css

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

 a { background-color: rgb(56,27,96); }

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

border-color css

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

 span { border-color: rgb(56,27,96); }

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