Html Css Color HEX #38145E Christalle

📋 copy color: '#38145E'

red 56 ◦ green 20 ◦ blue 94

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

Shades of Christalle #38145E

Tints of Christalle #38145E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.76%

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

R = 32.94%
G = 11.76%
B = 55.29%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#38145E (or 0x38145E) is known color: Christalle. HEX triplet: 38, 14 and 5E. RGB value is (56,20,94). Sum of RGB (Red+Green+Blue) = 56+20+94=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #38145E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38145E is #C7EBA1. Grayscale: #262626. Windows color (decimal): -13101986 or 6165560. OLE color: 6165560.

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

Color convert

RGB 56 20 94 -
CMYK 0.40 0.79 0 0.63
HSL 269.19º 0.65% 0.22% -
HSV(B) 269.19º 0.79% 0.37% -
XYZ 3.9 2.15 10.8 -
YUV 39.2 158.93 139.98 -
System Red Green Blue C M Y K H S L
Decimal 56 20 94 0.40 0.79 0 0.63 269.19 0.65 0.22
Hex 38 14 5E 28 4F 0 3F 10D 41 16
Octal 70 24 136 50 117 0 77 415 101 26
Binary 111000 10100 1011110 101000 1001111 0 111111 100001101 1000001 10110

Color Harmonies of #38145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38145E

Black with #38145E

Text Example


Text Example

White with #38145E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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