Html Css Color HEX #381457 Christalle

📋 copy color: '#381457'

red 56 ◦ green 20 ◦ blue 87

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

Shades of Christalle #381457

Tints of Christalle #381457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.27%

 BLUE value IS 87 (34.38% from 255) = 53.37%

R = 34.36%
G = 12.27%
B = 53.37%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#381457 (or 0x381457) is known color: Christalle. HEX triplet: 38, 14 and 57. RGB value is (56,20,87). Sum of RGB (Red+Green+Blue) = 56+20+87=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #381457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381457 is #C7EBA8. Grayscale: #262626. Windows color (decimal): -13101993 or 5706808. OLE color: 5706808.

HSL color Cylindrical-coordinate representation of color #381457: hue angle of 272.24º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #381457 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 20 87 -
CMYK 0.36 0.77 0 0.66
HSL 272.24º 0.63% 0.21% -
HSV(B) 272.24º 0.77% 0.34% -
XYZ 3.6 2.03 9.22 -
YUV 38.4 155.43 140.55 -
System Red Green Blue C M Y K H S L
Decimal 56 20 87 0.36 0.77 0 0.66 272.24 0.63 0.21
Hex 38 14 57 24 4D 0 42 110 3F 15
Octal 70 24 127 44 115 0 102 420 77 25
Binary 111000 10100 1010111 100100 1001101 0 1000010 100010000 111111 10101

Color Harmonies of #381457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381457

Black with #381457

Text Example


Text Example

White with #381457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381457; }

 p { color: rgb(56,20,87); }

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

background-color css

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

 a { background-color: rgb(56,20,87); }

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

border-color css

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

 span { border-color: rgb(56,20,87); }

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