Html Css Color HEX #381C61 Christalle

📋 copy color: '#381C61'

red 56 ◦ green 28 ◦ blue 97

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

Shades of Christalle #381C61

Tints of Christalle #381C61

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.47%

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

R = 30.94%
G = 15.47%
B = 53.59%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#381C61 (or 0x381C61) is known color: Christalle. HEX triplet: 38, 1C and 61. RGB value is (56,28,97). Sum of RGB (Red+Green+Blue) = 56+28+97=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #381C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381C61 is #C7E39E. Grayscale: #2B2B2B. Windows color (decimal): -13099935 or 6364216. OLE color: 6364216.

HSL color Cylindrical-coordinate representation of color #381C61: hue angle of 264.35º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #381C61 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 28 97 -
CMYK 0.42 0.71 0 0.62
HSL 264.35º 0.55% 0.25% -
HSV(B) 264.35º 0.71% 0.38% -
XYZ 4.2 2.53 11.58 -
YUV 44.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 56 28 97 0.42 0.71 0 0.62 264.35 0.55 0.25
Hex 38 1C 61 2A 47 0 3E 108 37 19
Octal 70 34 141 52 107 0 76 410 67 31
Binary 111000 11100 1100001 101010 1000111 0 111110 100001000 110111 11001

Color Harmonies of #381C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C61

Black with #381C61

Text Example


Text Example

White with #381C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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