Html Css Color HEX #38165E Christalle

📋 copy color: '#38165E'

red 56 ◦ green 22 ◦ blue 94

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

Shades of Christalle #38165E

Tints of Christalle #38165E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.79%

 BLUE value IS 94 (37.11% from 255) = 54.65%

R = 32.56%
G = 12.79%
B = 54.65%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#38165E (or 0x38165E) is known color: Christalle. HEX triplet: 38, 16 and 5E. RGB value is (56,22,94). Sum of RGB (Red+Green+Blue) = 56+22+94=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 94 (37.11% from 255 or 54.65% from 172); Max value from RGB is 94 - color contains mainly: blue. Hex color #38165E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38165E is #C7E9A1. Grayscale: #282828. Windows color (decimal): -13101474 or 6166072. OLE color: 6166072.

HSL color Cylindrical-coordinate representation of color #38165E: hue angle of 268.33º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38165E is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 22 94 -
CMYK 0.40 0.77 0 0.63
HSL 268.33º 0.62% 0.23% -
HSV(B) 268.33º 0.77% 0.37% -
XYZ 3.94 2.22 10.81 -
YUV 40.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 56 22 94 0.40 0.77 0 0.63 268.33 0.62 0.23
Hex 38 16 5E 28 4D 0 3F 10C 3E 17
Octal 70 26 136 50 115 0 77 414 76 27
Binary 111000 10110 1011110 101000 1001101 0 111111 100001100 111110 10111

Color Harmonies of #38165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38165E

Black with #38165E

Text Example


Text Example

White with #38165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38165E; }

 p { color: rgb(56,22,94); }

 H1.HeaderClassName
 {
   color: #38165E;
 }
 .AnyTagClassName
 {
   color: #38165E;
 }
</style>

background-color css

<style>
 a { background-color: #38165E; }

 a { background-color: rgb(56,22,94); }

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

border-color css

<style>
 span { border-color: #38165E; }

 span { border-color: rgb(56,22,94); }

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