Html Css Color HEX #381F63 Christalle

📋 copy color: '#381F63'

red 56 ◦ green 31 ◦ blue 99

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

Shades of Christalle #381F63

Tints of Christalle #381F63

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.67%

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

R = 30.11%
G = 16.67%
B = 53.23%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#381F63 (or 0x381F63) is known color: Christalle. HEX triplet: 38, 1F and 63. RGB value is (56,31,99). Sum of RGB (Red+Green+Blue) = 56+31+99=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #381F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381F63 is #C7E09C. Grayscale: #2D2D2D. Windows color (decimal): -13099165 or 6496056. OLE color: 6496056.

HSL color Cylindrical-coordinate representation of color #381F63: hue angle of 262.06º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #381F63 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 31 99 -
CMYK 0.43 0.69 0 0.61
HSL 262.06º 0.52% 0.25% -
HSV(B) 262.06º 0.69% 0.39% -
XYZ 4.37 2.72 12.1 -
YUV 46.23 157.78 134.97 -
System Red Green Blue C M Y K H S L
Decimal 56 31 99 0.43 0.69 0 0.61 262.06 0.52 0.25
Hex 38 1F 63 2B 45 0 3D 106 34 19
Octal 70 37 143 53 105 0 75 406 64 31
Binary 111000 11111 1100011 101011 1000101 0 111101 100000110 110100 11001

Color Harmonies of #381F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F63

Black with #381F63

Text Example


Text Example

White with #381F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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