Html Css Color HEX #381D5B Christalle

📋 copy color: '#381D5B'

red 56 ◦ green 29 ◦ blue 91

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

Shades of Christalle #381D5B

Tints of Christalle #381D5B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.48%

 BLUE value IS 91 (35.94% from 255) = 51.7%

R = 31.82%
G = 16.48%
B = 51.7%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#381D5B (or 0x381D5B) is known color: Christalle. HEX triplet: 38, 1D and 5B. RGB value is (56,29,91). Sum of RGB (Red+Green+Blue) = 56+29+91=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #381D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381D5B is #C7E2A4. Grayscale: #2B2B2B. Windows color (decimal): -13099685 or 5971256. OLE color: 5971256.

HSL color Cylindrical-coordinate representation of color #381D5B: hue angle of 266.13º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381D5B is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 29 91 -
CMYK 0.38 0.68 0 0.64
HSL 266.13º 0.52% 0.24% -
HSV(B) 266.13º 0.68% 0.36% -
XYZ 3.96 2.47 10.17 -
YUV 44.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 56 29 91 0.38 0.68 0 0.64 266.13 0.52 0.24
Hex 38 1D 5B 26 44 0 40 10A 34 18
Octal 70 35 133 46 104 0 100 412 64 30
Binary 111000 11101 1011011 100110 1000100 0 1000000 100001010 110100 11000

Color Harmonies of #381D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D5B

Black with #381D5B

Text Example


Text Example

White with #381D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,29,91); }

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

background-color css

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

 a { background-color: rgb(56,29,91); }

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

border-color css

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

 span { border-color: rgb(56,29,91); }

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