Html Css Color HEX #38155B Christalle

📋 copy color: '#38155B'

red 56 ◦ green 21 ◦ blue 91

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

Shades of Christalle #38155B

Tints of Christalle #38155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.5%

 BLUE value IS 91 (35.94% from 255) = 54.17%

R = 33.33%
G = 12.5%
B = 54.17%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38155B (or 0x38155B) is known color: Christalle. HEX triplet: 38, 15 and 5B. RGB value is (56,21,91). Sum of RGB (Red+Green+Blue) = 56+21+91=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #38155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38155B is #C7EAA4. Grayscale: #272727. Windows color (decimal): -13101733 or 5969208. OLE color: 5969208.

HSL color Cylindrical-coordinate representation of color #38155B: hue angle of 270º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38155B is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 21 91 -
CMYK 0.38 0.77 0 0.64
HSL 270º 0.63% 0.22% -
HSV(B) 270º 0.77% 0.36% -
XYZ 3.79 2.13 10.11 -
YUV 39.45 157.1 139.81 -
System Red Green Blue C M Y K H S L
Decimal 56 21 91 0.38 0.77 0 0.64 270 0.63 0.22
Hex 38 15 5B 26 4D 0 40 10E 3E 16
Octal 70 25 133 46 115 0 100 416 76 26
Binary 111000 10101 1011011 100110 1001101 0 1000000 100001110 111110 10110

Color Harmonies of #38155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38155B

Black with #38155B

Text Example


Text Example

White with #38155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38155B; }

 p { color: rgb(56,21,91); }

 H1.HeaderClassName
 {
   color: #38155B;
 }
 .AnyTagClassName
 {
   color: #38155B;
 }
</style>

background-color css

<style>
 a { background-color: #38155B; }

 a { background-color: rgb(56,21,91); }

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

border-color css

<style>
 span { border-color: #38155B; }

 span { border-color: rgb(56,21,91); }

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