Html Css Color HEX #38215C Christalle

📋 copy color: '#38215C'

red 56 ◦ green 33 ◦ blue 92

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

Shades of Christalle #38215C

Tints of Christalle #38215C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.23%

 BLUE value IS 92 (36.33% from 255) = 50.83%

R = 30.94%
G = 18.23%
B = 50.83%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38215C (or 0x38215C) is known color: Christalle. HEX triplet: 38, 21 and 5C. RGB value is (56,33,92). Sum of RGB (Red+Green+Blue) = 56+33+92=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #38215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38215C is #C7DEA3. Grayscale: #2E2E2E. Windows color (decimal): -13098660 or 6037816. OLE color: 6037816.

HSL color Cylindrical-coordinate representation of color #38215C: hue angle of 263.39º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38215C is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 33 92 -
CMYK 0.39 0.64 0 0.64
HSL 263.39º 0.47% 0.25% -
HSV(B) 263.39º 0.64% 0.36% -
XYZ 4.11 2.7 10.43 -
YUV 46.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 56 33 92 0.39 0.64 0 0.64 263.39 0.47 0.25
Hex 38 21 5C 27 40 0 40 107 2F 19
Octal 70 41 134 47 100 0 100 407 57 31
Binary 111000 100001 1011100 100111 1000000 0 1000000 100000111 101111 11001

Color Harmonies of #38215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38215C

Black with #38215C

Text Example


Text Example

White with #38215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38215C; }

 p { color: rgb(56,33,92); }

 H1.HeaderClassName
 {
   color: #38215C;
 }
 .AnyTagClassName
 {
   color: #38215C;
 }
</style>

background-color css

<style>
 a { background-color: #38215C; }

 a { background-color: rgb(56,33,92); }

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

border-color css

<style>
 span { border-color: #38215C; }

 span { border-color: rgb(56,33,92); }

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