Html Css Color HEX #380859 Christalle

📋 copy color: '#380859'

red 56 ◦ green 8 ◦ blue 89

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

Shades of Christalle #380859

Tints of Christalle #380859

RGB

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

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

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

R = 36.6%
G = 5.23%
B = 58.17%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#380859 (or 0x380859) is known color: Christalle. HEX triplet: 38, 08 and 59. RGB value is (56,8,89). Sum of RGB (Red+Green+Blue) = 56+8+89=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #380859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380859 is #C7F7A6. Grayscale: #1F1F1F. Windows color (decimal): -13105063 or 5834808. OLE color: 5834808.

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

Color convert

RGB 56 8 89 -
CMYK 0.37 0.91 0 0.65
HSL 275.56º 0.84% 0.19% -
HSV(B) 275.56º 0.91% 0.35% -
XYZ 3.52 1.74 9.6 -
YUV 31.59 160.4 145.41 -
System Red Green Blue C M Y K H S L
Decimal 56 8 89 0.37 0.91 0 0.65 275.56 0.84 0.19
Hex 38 8 59 25 5B 0 41 114 54 13
Octal 70 10 131 45 133 0 101 424 124 23
Binary 111000 1000 1011001 100101 1011011 0 1000001 100010100 1010100 10011

Color Harmonies of #380859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380859

Black with #380859

Text Example


Text Example

White with #380859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380859; }

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

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

background-color css

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

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

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

border-color css

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

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

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