Html Css Color HEX #381F6A Christalle

📋 copy color: '#381F6A'

red 56 ◦ green 31 ◦ blue 106

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

Shades of Christalle #381F6A

Tints of Christalle #381F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 54.92%

R = 29.02%
G = 16.06%
B = 54.92%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#381F6A (or 0x381F6A) is known color: Christalle. HEX triplet: 38, 1F and 6A. RGB value is (56,31,106). Sum of RGB (Red+Green+Blue) = 56+31+106=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 106 (41.80% from 255 or 54.92% from 193); Max value from RGB is 106 - color contains mainly: blue. Hex color #381F6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381F6A is #C7E095. Grayscale: #2E2E2E. Windows color (decimal): -13099158 or 6954808. OLE color: 6954808.

HSL color Cylindrical-coordinate representation of color #381F6A: hue angle of 260º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #381F6A is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 31 106 -
CMYK 0.47 0.71 0 0.58
HSL 260º 0.55% 0.27% -
HSV(B) 260º 0.71% 0.42% -
XYZ 4.72 2.86 13.94 -
YUV 47.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 56 31 106 0.47 0.71 0 0.58 260 0.55 0.27
Hex 38 1F 6A 2F 47 0 3A 104 37 1B
Octal 70 37 152 57 107 0 72 404 67 33
Binary 111000 11111 1101010 101111 1000111 0 111010 100000100 110111 11011

Color Harmonies of #381F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F6A

Black with #381F6A

Text Example


Text Example

White with #381F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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