Html Css Color HEX #381559 Christalle

📋 copy color: '#381559'

red 56 ◦ green 21 ◦ blue 89

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

Shades of Christalle #381559

Tints of Christalle #381559

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.65%

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

R = 33.73%
G = 12.65%
B = 53.61%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#381559 (or 0x381559) is known color: Christalle. HEX triplet: 38, 15 and 59. RGB value is (56,21,89). Sum of RGB (Red+Green+Blue) = 56+21+89=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #381559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381559 is #C7EAA6. Grayscale: #262626. Windows color (decimal): -13101735 or 5838136. OLE color: 5838136.

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

Color convert

RGB 56 21 89 -
CMYK 0.37 0.76 0 0.65
HSL 270.88º 0.62% 0.22% -
HSV(B) 270.88º 0.76% 0.35% -
XYZ 3.7 2.1 9.66 -
YUV 39.22 156.1 139.97 -
System Red Green Blue C M Y K H S L
Decimal 56 21 89 0.37 0.76 0 0.65 270.88 0.62 0.22
Hex 38 15 59 25 4C 0 41 10F 3E 16
Octal 70 25 131 45 114 0 101 417 76 26
Binary 111000 10101 1011001 100101 1001100 0 1000001 100001111 111110 10110

Color Harmonies of #381559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381559

Black with #381559

Text Example


Text Example

White with #381559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381559; }

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

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

background-color css

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

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

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

border-color css

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

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

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