Html Css Color HEX #380861 Christalle

📋 copy color: '#380861'

red 56 ◦ green 8 ◦ blue 97

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

Shades of Christalle #380861

Tints of Christalle #380861

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.97%

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

R = 34.78%
G = 4.97%
B = 60.25%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#380861 (or 0x380861) is known color: Christalle. HEX triplet: 38, 08 and 61. RGB value is (56,8,97). Sum of RGB (Red+Green+Blue) = 56+8+97=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 97 (38.28% from 255 or 60.25% from 161); Max value from RGB is 97 - color contains mainly: blue. Hex color #380861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380861 is #C7F79E. Grayscale: #202020. Windows color (decimal): -13105055 or 6359096. OLE color: 6359096.

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

Color convert

RGB 56 8 97 -
CMYK 0.42 0.92 0 0.62
HSL 272.36º 0.85% 0.21% -
HSV(B) 272.36º 0.92% 0.38% -
XYZ 3.88 1.88 11.47 -
YUV 32.5 164.4 144.76 -
System Red Green Blue C M Y K H S L
Decimal 56 8 97 0.42 0.92 0 0.62 272.36 0.85 0.21
Hex 38 8 61 2A 5C 0 3E 110 55 15
Octal 70 10 141 52 134 0 76 420 125 25
Binary 111000 1000 1100001 101010 1011100 0 111110 100010000 1010101 10101

Color Harmonies of #380861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380861

Black with #380861

Text Example


Text Example

White with #380861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380861; }

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

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

background-color css

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

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

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

border-color css

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

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

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