Html Css Color HEX #380559 Christalle

📋 copy color: '#380559'

red 56 ◦ green 5 ◦ blue 89

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

Shades of Christalle #380559

Tints of Christalle #380559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.33%

 BLUE value IS 89 (35.16% from 255) = 59.33%

R = 37.33%
G = 3.33%
B = 59.33%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#380559 (or 0x380559) is known color: Christalle. HEX triplet: 38, 05 and 59. RGB value is (56,5,89). Sum of RGB (Red+Green+Blue) = 56+5+89=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #380559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380559 is #C7FAA6. Grayscale: #1D1D1D. Windows color (decimal): -13105831 or 5834040. OLE color: 5834040.

HSL color Cylindrical-coordinate representation of color #380559: hue angle of 276.43º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380559 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 5 89 -
CMYK 0.37 0.94 0 0.65
HSL 276.43º 0.89% 0.18% -
HSV(B) 276.43º 0.94% 0.35% -
XYZ 3.49 1.67 9.59 -
YUV 29.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 56 5 89 0.37 0.94 0 0.65 276.43 0.89 0.18
Hex 38 5 59 25 5E 0 41 114 59 12
Octal 70 5 131 45 136 0 101 424 131 22
Binary 111000 101 1011001 100101 1011110 0 1000001 100010100 1011001 10010

Color Harmonies of #380559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380559

Black with #380559

Text Example


Text Example

White with #380559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380559; }

 p { color: rgb(56,5,89); }

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

background-color css

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

 a { background-color: rgb(56,5,89); }

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

border-color css

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

 span { border-color: rgb(56,5,89); }

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