Html Css Color HEX #381A6B Christalle

📋 copy color: '#381A6B'

red 56 ◦ green 26 ◦ blue 107

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

Shades of Christalle #381A6B

Tints of Christalle #381A6B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.76%

 BLUE value IS 107 (42.19% from 255) = 56.61%

R = 29.63%
G = 13.76%
B = 56.61%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#381A6B (or 0x381A6B) is known color: Christalle. HEX triplet: 38, 1A and 6B. RGB value is (56,26,107). Sum of RGB (Red+Green+Blue) = 56+26+107=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #381A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381A6B is #C7E594. Grayscale: #2B2B2B. Windows color (decimal): -13100437 or 7019064. OLE color: 7019064.

HSL color Cylindrical-coordinate representation of color #381A6B: hue angle of 262.22º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #381A6B is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 26 107 -
CMYK 0.48 0.76 0 0.58
HSL 262.22º 0.61% 0.26% -
HSV(B) 262.22º 0.76% 0.42% -
XYZ 4.65 2.64 14.17 -
YUV 44.2 163.44 136.41 -
System Red Green Blue C M Y K H S L
Decimal 56 26 107 0.48 0.76 0 0.58 262.22 0.61 0.26
Hex 38 1A 6B 30 4C 0 3A 106 3D 1A
Octal 70 32 153 60 114 0 72 406 75 32
Binary 111000 11010 1101011 110000 1001100 0 111010 100000110 111101 11010

Color Harmonies of #381A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A6B

Black with #381A6B

Text Example


Text Example

White with #381A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,26,107); }

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

background-color css

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

 a { background-color: rgb(56,26,107); }

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

border-color css

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

 span { border-color: rgb(56,26,107); }

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