Html Css Color HEX #381361 Christalle

📋 copy color: '#381361'

red 56 ◦ green 19 ◦ blue 97

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

Shades of Christalle #381361

Tints of Christalle #381361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 56.4%

R = 32.56%
G = 11.05%
B = 56.4%

CMYK

 C value IS 0.42

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#381361 (or 0x381361) is known color: Christalle. HEX triplet: 38, 13 and 61. RGB value is (56,19,97). Sum of RGB (Red+Green+Blue) = 56+19+97=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #381361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381361 is #C7EC9E. Grayscale: #262626. Windows color (decimal): -13102239 or 6361912. OLE color: 6361912.

HSL color Cylindrical-coordinate representation of color #381361: hue angle of 268.46º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #381361 is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 19 97 -
CMYK 0.42 0.80 0 0.62
HSL 268.46º 0.67% 0.23% -
HSV(B) 268.46º 0.8% 0.38% -
XYZ 4.02 2.17 11.52 -
YUV 38.96 160.76 140.16 -
System Red Green Blue C M Y K H S L
Decimal 56 19 97 0.42 0.80 0 0.62 268.46 0.67 0.23
Hex 38 13 61 2A 50 0 3E 10C 43 17
Octal 70 23 141 52 120 0 76 414 103 27
Binary 111000 10011 1100001 101010 1010000 0 111110 100001100 1000011 10111

Color Harmonies of #381361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381361

Black with #381361

Text Example


Text Example

White with #381361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381361; }

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

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

background-color css

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

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

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

border-color css

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

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

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