Html Css Color HEX #38115A Christalle

📋 copy color: '#38115A'

red 56 ◦ green 17 ◦ blue 90

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

Shades of Christalle #38115A

Tints of Christalle #38115A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.43%

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

R = 34.36%
G = 10.43%
B = 55.21%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#38115A (or 0x38115A) is known color: Christalle. HEX triplet: 38, 11 and 5A. RGB value is (56,17,90). Sum of RGB (Red+Green+Blue) = 56+17+90=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #38115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38115A is #C7EEA5. Grayscale: #242424. Windows color (decimal): -13102758 or 5902648. OLE color: 5902648.

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

Color convert

RGB 56 17 90 -
CMYK 0.38 0.81 0 0.65
HSL 272.05º 0.68% 0.21% -
HSV(B) 272.05º 0.81% 0.35% -
XYZ 3.68 1.98 9.86 -
YUV 36.98 157.92 141.56 -
System Red Green Blue C M Y K H S L
Decimal 56 17 90 0.38 0.81 0 0.65 272.05 0.68 0.21
Hex 38 11 5A 26 51 0 41 110 44 15
Octal 70 21 132 46 121 0 101 420 104 25
Binary 111000 10001 1011010 100110 1010001 0 1000001 100010000 1000100 10101

Color Harmonies of #38115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38115A

Black with #38115A

Text Example


Text Example

White with #38115A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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