Html Css Color HEX #381365 Christalle

📋 copy color: '#381365'

red 56 ◦ green 19 ◦ blue 101

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

Shades of Christalle #381365

Tints of Christalle #381365

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.8%

 BLUE value IS 101 (39.84% from 255) = 57.39%

R = 31.82%
G = 10.8%
B = 57.39%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#381365 (or 0x381365) is known color: Christalle. HEX triplet: 38, 13 and 65. RGB value is (56,19,101). Sum of RGB (Red+Green+Blue) = 56+19+101=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 101 (39.84% from 255 or 57.39% from 176); Max value from RGB is 101 - color contains mainly: blue. Hex color #381365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381365 is #C7EC9A. Grayscale: #272727. Windows color (decimal): -13102235 or 6624056. OLE color: 6624056.

HSL color Cylindrical-coordinate representation of color #381365: hue angle of 267.07º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #381365 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 19 101 -
CMYK 0.45 0.81 0 0.60
HSL 267.07º 0.68% 0.24% -
HSV(B) 267.07º 0.81% 0.4% -
XYZ 4.21 2.25 12.52 -
YUV 39.41 162.76 139.83 -
System Red Green Blue C M Y K H S L
Decimal 56 19 101 0.45 0.81 0 0.60 267.07 0.68 0.24
Hex 38 13 65 2D 51 0 3C 10B 44 18
Octal 70 23 145 55 121 0 74 413 104 30
Binary 111000 10011 1100101 101101 1010001 0 111100 100001011 1000100 11000

Color Harmonies of #381365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381365

Black with #381365

Text Example


Text Example

White with #381365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381365; }

 p { color: rgb(56,19,101); }

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

background-color css

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

 a { background-color: rgb(56,19,101); }

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

border-color css

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

 span { border-color: rgb(56,19,101); }

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