Html Css Color HEX #381261 Christalle

📋 copy color: '#381261'

red 56 ◦ green 18 ◦ blue 97

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

Shades of Christalle #381261

Tints of Christalle #381261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.53%

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

R = 32.75%
G = 10.53%
B = 56.73%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#381261 (or 0x381261) is known color: Christalle. HEX triplet: 38, 12 and 61. RGB value is (56,18,97). Sum of RGB (Red+Green+Blue) = 56+18+97=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #381261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381261 is #C7ED9E. Grayscale: #262626. Windows color (decimal): -13102495 or 6361656. OLE color: 6361656.

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

Color convert

RGB 56 18 97 -
CMYK 0.42 0.81 0 0.62
HSL 268.86º 0.69% 0.23% -
HSV(B) 268.86º 0.81% 0.38% -
XYZ 4 2.14 11.51 -
YUV 38.37 161.09 140.58 -
System Red Green Blue C M Y K H S L
Decimal 56 18 97 0.42 0.81 0 0.62 268.86 0.69 0.23
Hex 38 12 61 2A 51 0 3E 10D 45 17
Octal 70 22 141 52 121 0 76 415 105 27
Binary 111000 10010 1100001 101010 1010001 0 111110 100001101 1000101 10111

Color Harmonies of #381261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381261

Black with #381261

Text Example


Text Example

White with #381261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381261; }

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

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

background-color css

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

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

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

border-color css

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

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

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