Html Css Color HEX #381565 Christalle

📋 copy color: '#381565'

red 56 ◦ green 21 ◦ blue 101

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

Shades of Christalle #381565

Tints of Christalle #381565

RGB

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

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

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

R = 31.46%
G = 11.8%
B = 56.74%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#381565 (or 0x381565) is known color: Christalle. HEX triplet: 38, 15 and 65. RGB value is (56,21,101). Sum of RGB (Red+Green+Blue) = 56+21+101=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 101 (39.84% from 255 or 56.74% from 178); Max value from RGB is 101 - color contains mainly: blue. Hex color #381565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381565 is #C7EA9A. Grayscale: #282828. Windows color (decimal): -13101723 or 6624568. OLE color: 6624568.

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

Color convert

RGB 56 21 101 -
CMYK 0.45 0.79 0 0.60
HSL 266.25º 0.66% 0.24% -
HSV(B) 266.25º 0.79% 0.4% -
XYZ 4.25 2.32 12.54 -
YUV 40.59 162.1 139 -
System Red Green Blue C M Y K H S L
Decimal 56 21 101 0.45 0.79 0 0.60 266.25 0.66 0.24
Hex 38 15 65 2D 4F 0 3C 10A 42 18
Octal 70 25 145 55 117 0 74 412 102 30
Binary 111000 10101 1100101 101101 1001111 0 111100 100001010 1000010 11000

Color Harmonies of #381565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381565

Black with #381565

Text Example


Text Example

White with #381565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381565; }

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

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

background-color css

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

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

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

border-color css

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

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

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