Html Css Color HEX #381859 Christalle

📋 copy color: '#381859'

red 56 ◦ green 24 ◦ blue 89

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

Shades of Christalle #381859

Tints of Christalle #381859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.2%

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

R = 33.14%
G = 14.2%
B = 52.66%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#381859 (or 0x381859) is known color: Christalle. HEX triplet: 38, 18 and 59. RGB value is (56,24,89). Sum of RGB (Red+Green+Blue) = 56+24+89=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #381859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381859 is #C7E7A6. Grayscale: #282828. Windows color (decimal): -13100967 or 5838904. OLE color: 5838904.

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

Color convert

RGB 56 24 89 -
CMYK 0.37 0.73 0 0.65
HSL 269.54º 0.58% 0.22% -
HSV(B) 269.54º 0.73% 0.35% -
XYZ 3.76 2.22 9.68 -
YUV 40.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 56 24 89 0.37 0.73 0 0.65 269.54 0.58 0.22
Hex 38 18 59 25 49 0 41 10E 3A 16
Octal 70 30 131 45 111 0 101 416 72 26
Binary 111000 11000 1011001 100101 1001001 0 1000001 100001110 111010 10110

Color Harmonies of #381859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381859

Black with #381859

Text Example


Text Example

White with #381859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381859; }

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

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

background-color css

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

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

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

border-color css

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

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

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