Html Css Color HEX #381661 Christalle

📋 copy color: '#381661'

red 56 ◦ green 22 ◦ blue 97

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

Shades of Christalle #381661

Tints of Christalle #381661

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.57%

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

R = 32%
G = 12.57%
B = 55.43%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#381661 (or 0x381661) is known color: Christalle. HEX triplet: 38, 16 and 61. RGB value is (56,22,97). Sum of RGB (Red+Green+Blue) = 56+22+97=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #381661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381661 is #C7E99E. Grayscale: #282828. Windows color (decimal): -13101471 or 6362680. OLE color: 6362680.

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

Color convert

RGB 56 22 97 -
CMYK 0.42 0.77 0 0.62
HSL 267.2º 0.63% 0.23% -
HSV(B) 267.2º 0.77% 0.38% -
XYZ 4.08 2.28 11.53 -
YUV 40.72 159.76 138.9 -
System Red Green Blue C M Y K H S L
Decimal 56 22 97 0.42 0.77 0 0.62 267.2 0.63 0.23
Hex 38 16 61 2A 4D 0 3E 10B 3F 17
Octal 70 26 141 52 115 0 76 413 77 27
Binary 111000 10110 1100001 101010 1001101 0 111110 100001011 111111 10111

Color Harmonies of #381661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381661

Black with #381661

Text Example


Text Example

White with #381661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381661; }

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

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

background-color css

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

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

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

border-color css

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

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

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