Html Css Color HEX #381463 Christalle

📋 copy color: '#381463'

red 56 ◦ green 20 ◦ blue 99

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

Shades of Christalle #381463

Tints of Christalle #381463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 56.57%

R = 32%
G = 11.43%
B = 56.57%

CMYK

 C value IS 0.43

 M value IS 0.80

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#381463 (or 0x381463) is known color: Christalle. HEX triplet: 38, 14 and 63. RGB value is (56,20,99). Sum of RGB (Red+Green+Blue) = 56+20+99=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #381463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381463 is #C7EB9C. Grayscale: #272727. Windows color (decimal): -13101981 or 6493240. OLE color: 6493240.

HSL color Cylindrical-coordinate representation of color #381463: hue angle of 267.34º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #381463 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 20 99 -
CMYK 0.43 0.80 0 0.61
HSL 267.34º 0.66% 0.23% -
HSV(B) 267.34º 0.8% 0.39% -
XYZ 4.13 2.24 12.02 -
YUV 39.77 161.43 139.58 -
System Red Green Blue C M Y K H S L
Decimal 56 20 99 0.43 0.80 0 0.61 267.34 0.66 0.23
Hex 38 14 63 2B 50 0 3D 10B 42 17
Octal 70 24 143 53 120 0 75 413 102 27
Binary 111000 10100 1100011 101011 1010000 0 111101 100001011 1000010 10111

Color Harmonies of #381463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381463

Black with #381463

Text Example


Text Example

White with #381463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381463; }

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

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

background-color css

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

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

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

border-color css

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

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

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