Html Css Color HEX #380C60 Christalle

📋 copy color: '#380C60'

red 56 ◦ green 12 ◦ blue 96

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

Shades of Christalle #380C60

Tints of Christalle #380C60

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.32%

 BLUE value IS 96 (37.89% from 255) = 58.54%

R = 34.15%
G = 7.32%
B = 58.54%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#380C60 (or 0x380C60) is known color: Christalle. HEX triplet: 38, 0C and 60. RGB value is (56,12,96). Sum of RGB (Red+Green+Blue) = 56+12+96=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #380C60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380C60 is #C7F39F. Grayscale: #222222. Windows color (decimal): -13104032 or 6294584. OLE color: 6294584.

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

Color convert

RGB 56 12 96 -
CMYK 0.42 0.88 0 0.62
HSL 271.43º 0.78% 0.21% -
HSV(B) 271.43º 0.88% 0.38% -
XYZ 3.87 1.95 11.24 -
YUV 34.73 162.58 143.17 -
System Red Green Blue C M Y K H S L
Decimal 56 12 96 0.42 0.88 0 0.62 271.43 0.78 0.21
Hex 38 C 60 2A 58 0 3E 10F 4E 15
Octal 70 14 140 52 130 0 76 417 116 25
Binary 111000 1100 1100000 101010 1011000 0 111110 100001111 1001110 10101

Color Harmonies of #380C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380C60

Black with #380C60

Text Example


Text Example

White with #380C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380C60; }

 p { color: rgb(56,12,96); }

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

background-color css

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

 a { background-color: rgb(56,12,96); }

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

border-color css

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

 span { border-color: rgb(56,12,96); }

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