Html Css Color HEX #380959 Christalle

📋 copy color: '#380959'

red 56 ◦ green 9 ◦ blue 89

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

Shades of Christalle #380959

Tints of Christalle #380959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.84%

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

R = 36.36%
G = 5.84%
B = 57.79%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#380959 (or 0x380959) is known color: Christalle. HEX triplet: 38, 09 and 59. RGB value is (56,9,89). Sum of RGB (Red+Green+Blue) = 56+9+89=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #380959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380959 is #C7F6A6. Grayscale: #1F1F1F. Windows color (decimal): -13104807 or 5835064. OLE color: 5835064.

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

Color convert

RGB 56 9 89 -
CMYK 0.37 0.90 0 0.65
HSL 275.25º 0.82% 0.19% -
HSV(B) 275.25º 0.9% 0.35% -
XYZ 3.53 1.76 9.6 -
YUV 32.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 56 9 89 0.37 0.90 0 0.65 275.25 0.82 0.19
Hex 38 9 59 25 5A 0 41 113 52 13
Octal 70 11 131 45 132 0 101 423 122 23
Binary 111000 1001 1011001 100101 1011010 0 1000001 100010011 1010010 10011

Color Harmonies of #380959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380959

Black with #380959

Text Example


Text Example

White with #380959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380959; }

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

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

background-color css

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

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

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

border-color css

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

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

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