Html Css Color HEX #381B61 Christalle

📋 copy color: '#381B61'

red 56 ◦ green 27 ◦ blue 97

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

Shades of Christalle #381B61

Tints of Christalle #381B61

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15%

 BLUE value IS 97 (38.28% from 255) = 53.89%

R = 31.11%
G = 15%
B = 53.89%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#381B61 (or 0x381B61) is known color: Christalle. HEX triplet: 38, 1B and 61. RGB value is (56,27,97). Sum of RGB (Red+Green+Blue) = 56+27+97=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #381B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381B61 is #C7E49E. Grayscale: #2B2B2B. Windows color (decimal): -13100191 or 6363960. OLE color: 6363960.

HSL color Cylindrical-coordinate representation of color #381B61: hue angle of 264.86º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #381B61 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 27 97 -
CMYK 0.42 0.72 0 0.62
HSL 264.86º 0.56% 0.24% -
HSV(B) 264.86º 0.72% 0.38% -
XYZ 4.18 2.49 11.57 -
YUV 43.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 56 27 97 0.42 0.72 0 0.62 264.86 0.56 0.24
Hex 38 1B 61 2A 48 0 3E 109 38 18
Octal 70 33 141 52 110 0 76 411 70 30
Binary 111000 11011 1100001 101010 1001000 0 111110 100001001 111000 11000

Color Harmonies of #381B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B61

Black with #381B61

Text Example


Text Example

White with #381B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,27,97); }

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

background-color css

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

 a { background-color: rgb(56,27,97); }

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

border-color css

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

 span { border-color: rgb(56,27,97); }

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