Html Css Color HEX #38155A Christalle

📋 copy color: '#38155A'

red 56 ◦ green 21 ◦ blue 90

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

Shades of Christalle #38155A

Tints of Christalle #38155A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 53.89%

R = 33.53%
G = 12.57%
B = 53.89%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#38155A (or 0x38155A) is known color: Christalle. HEX triplet: 38, 15 and 5A. RGB value is (56,21,90). Sum of RGB (Red+Green+Blue) = 56+21+90=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #38155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38155A is #C7EAA5. Grayscale: #272727. Windows color (decimal): -13101734 or 5903672. OLE color: 5903672.

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

Color convert

RGB 56 21 90 -
CMYK 0.38 0.77 0 0.65
HSL 270.43º 0.62% 0.22% -
HSV(B) 270.43º 0.77% 0.35% -
XYZ 3.74 2.12 9.88 -
YUV 39.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 56 21 90 0.38 0.77 0 0.65 270.43 0.62 0.22
Hex 38 15 5A 26 4D 0 41 10E 3E 16
Octal 70 25 132 46 115 0 101 416 76 26
Binary 111000 10101 1011010 100110 1001101 0 1000001 100001110 111110 10110

Color Harmonies of #38155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38155A

Black with #38155A

Text Example


Text Example

White with #38155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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