Html Css Color HEX #380759 Christalle

📋 copy color: '#380759'

red 56 ◦ green 7 ◦ blue 89

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

Shades of Christalle #380759

Tints of Christalle #380759

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.61%

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

R = 36.84%
G = 4.61%
B = 58.55%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#380759 (or 0x380759) is known color: Christalle. HEX triplet: 38, 07 and 59. RGB value is (56,7,89). Sum of RGB (Red+Green+Blue) = 56+7+89=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #380759 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380759 is #C7F8A6. Grayscale: #1E1E1E. Windows color (decimal): -13105319 or 5834552. OLE color: 5834552.

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

Color convert

RGB 56 7 89 -
CMYK 0.37 0.92 0 0.65
HSL 275.85º 0.85% 0.19% -
HSV(B) 275.85º 0.92% 0.35% -
XYZ 3.51 1.71 9.6 -
YUV 31 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 56 7 89 0.37 0.92 0 0.65 275.85 0.85 0.19
Hex 38 7 59 25 5C 0 41 114 55 13
Octal 70 7 131 45 134 0 101 424 125 23
Binary 111000 111 1011001 100101 1011100 0 1000001 100010100 1010101 10011

Color Harmonies of #380759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380759

Black with #380759

Text Example


Text Example

White with #380759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380759; }

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

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

background-color css

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

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

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

border-color css

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

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

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