Html Css Color HEX #381C6E Christalle

📋 copy color: '#381C6E'

red 56 ◦ green 28 ◦ blue 110

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

Shades of Christalle #381C6E

Tints of Christalle #381C6E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.43%

 BLUE value IS 110 (43.36% from 255) = 56.7%

R = 28.87%
G = 14.43%
B = 56.7%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#381C6E (or 0x381C6E) is known color: Christalle. HEX triplet: 38, 1C and 6E. RGB value is (56,28,110). Sum of RGB (Red+Green+Blue) = 56+28+110=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #381C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381C6E is #C7E391. Grayscale: #2D2D2D. Windows color (decimal): -13099922 or 7216184. OLE color: 7216184.

HSL color Cylindrical-coordinate representation of color #381C6E: hue angle of 260.49º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #381C6E is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 28 110 -
CMYK 0.49 0.75 0 0.57
HSL 260.49º 0.59% 0.27% -
HSV(B) 260.49º 0.75% 0.43% -
XYZ 4.86 2.8 15.04 -
YUV 45.72 164.28 135.33 -
System Red Green Blue C M Y K H S L
Decimal 56 28 110 0.49 0.75 0 0.57 260.49 0.59 0.27
Hex 38 1C 6E 31 4B 0 39 104 3B 1B
Octal 70 34 156 61 113 0 71 404 73 33
Binary 111000 11100 1101110 110001 1001011 0 111001 100000100 111011 11011

Color Harmonies of #381C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C6E

Black with #381C6E

Text Example


Text Example

White with #381C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,28,110); }

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

background-color css

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

 a { background-color: rgb(56,28,110); }

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

border-color css

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

 span { border-color: rgb(56,28,110); }

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